Mon Jan 14 05:50:38 2008 UTC ()
Don't provide a redundant CPP definition


(tnn)
diff -r1.10 -r1.11 pkgsrc/mk/platform/HPUX.mk

cvs diff -r1.10 -r1.11 pkgsrc/mk/platform/HPUX.mk (expand / switch to unified diff)

--- pkgsrc/mk/platform/HPUX.mk 2007/10/19 13:41:35 1.10
+++ pkgsrc/mk/platform/HPUX.mk 2008/01/14 05:50:38 1.11
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: HPUX.mk,v 1.10 2007/10/19 13:41:35 rillig Exp $ 1# $NetBSD: HPUX.mk,v 1.11 2008/01/14 05:50:38 tnn Exp $
2# 2#
3# Variable definitions for the HP-UX operating system. 3# Variable definitions for the HP-UX operating system.
4 4
5CPP?= /opt/langtools/lbin/cpp 
6ECHO_N?= /usr/bin/printf # echo doesn't understand -n 5ECHO_N?= /usr/bin/printf # echo doesn't understand -n
7IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake 6IMAKE_MAKE?= ${MAKE} # program which gets invoked by imake
8PKGLOCALEDIR= share 7PKGLOCALEDIR= share
9PS?= /bin/ps 8PS?= /bin/ps
10SU?= /usr/bin/su 9SU?= /usr/bin/su
11TYPE?= type # Shell builtin 10TYPE?= type # Shell builtin
12 11
13USERADD?= /usr/sbin/useradd 12USERADD?= /usr/sbin/useradd
14GROUPADD?= /usr/sbin/groupadd 13GROUPADD?= /usr/sbin/groupadd
15 14
16CPP_PRECOMP_FLAGS?= # unset 15CPP_PRECOMP_FLAGS?= # unset
17DEF_UMASK?= 0022 16DEF_UMASK?= 0022
18EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table 17EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table