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 Make CPP defini...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d5e9e61b11f
branches: trunk
changeset: 537697:9d5e9e61b11f
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Jan 14 05:55:30 2008 +0000
description:
Make CPP definition compiler-agnostic
diffstat:
pkgtools/bootstrap-mk-files/files/mods/HPUX.sys.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 25f92bf30baa -r 9d5e9e61b11f pkgtools/bootstrap-mk-files/files/mods/HPUX.sys.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/HPUX.sys.mk Mon Jan 14 05:50:38 2008 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/HPUX.sys.mk Mon Jan 14 05:55:30 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HPUX.sys.mk,v 1.3 2008/01/14 05:14:59 tnn Exp $
+# $NetBSD: HPUX.sys.mk,v 1.4 2008/01/14 05:55:30 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