summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorsketch <sketch>2004-03-31 09:38:36 +0000
committersketch <sketch>2004-03-31 09:38:36 +0000
commita8c80fecd8cf79024968fc54c1aa8ac8a120edae (patch)
treede6cc47824ee0489b4d70c2f79c36035808fddd8 /mk
parent59d823b2fe9e7e71dfad27586e96a202dba37dd9 (diff)
downloadpkgsrc-a8c80fecd8cf79024968fc54c1aa8ac8a120edae.tar.gz
Since revision 1.155 of bsd.prefs.mk, compiler.mk is required in package
Makefiles for testing CC_VERSION, not bsd.prefs.mk. Reflect that change in the provided example.
Diffstat (limited to 'mk')
-rw-r--r--mk/compiler.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk
index 0cca7d81aaf..89af1a8d833 100644
--- a/mk/compiler.mk
+++ b/mk/compiler.mk
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.26 2004/02/18 13:32:38 jlam Exp $
+# $NetBSD: compiler.mk,v 1.27 2004/03/31 09:38:36 sketch Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -53,7 +53,7 @@
# CC_VERSION
# The compiler and version being used, e.g.,
#
-# .include "../../mk/bsd.prefs.mk"
+# .include "../../mk/compiler.mk"
#
# .if !empty(CC_VERSION:Mgcc-3*)
# ...