pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files/files/mods Fix CPP detection



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ff7d9673f5d
branches:  trunk
changeset: 537796:2ff7d9673f5d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Jan 16 03:05:57 2008 +0000

description:
Fix CPP detection

diffstat:

 pkgtools/bootstrap-mk-files/files/mods/OSF1.sys.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ff41053cb165 -r 2ff7d9673f5d pkgtools/bootstrap-mk-files/files/mods/OSF1.sys.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/OSF1.sys.mk        Wed Jan 16 03:05:56 2008 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/OSF1.sys.mk        Wed Jan 16 03:05:57 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OSF1.sys.mk,v 1.1.1.1 2006/07/14 23:13:01 jlam Exp $
+#      $NetBSD: OSF1.sys.mk,v 1.2 2008/01/16 03:05:57 tnn Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 
 unix?=         We run Unix
@@ -37,7 +37,7 @@
 COMPILE.m?=    ${OBJC} ${OBJCFLAGS} ${CPPFLAGS} -c
 LINK.m?=       ${OBJC} ${OBJCFLAGS} ${CPPFLAGS} ${LDFLAGS}
 
-CPP?=          CC -E
+CPP?=           ${CC} -E
 CPPFLAGS?=     
 
 FC?=           f77



Home | Main Index | Thread Index | Old Index