diff options
author | tv <tv@pkgsrc.org> | 2004-11-16 16:21:40 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-16 16:21:40 +0000 |
commit | 2e3f2421db573a73729f68dda229b478852f2f4d (patch) | |
tree | bc9211a36071340950cc877f88c11132dad1960f /mk/platform/AIX.mk | |
parent | ac180009bcafe3f31c685433832b6929174b8185 (diff) | |
download | pkgsrc-2e3f2421db573a73729f68dda229b478852f2f4d.tar.gz |
CPP_PRECOMP_FLAGS is a Darwinism only. Move its frobbing of CPPFLAGS to
platform/Darwin.mk (simplification).
Diffstat (limited to 'mk/platform/AIX.mk')
-rw-r--r-- | mk/platform/AIX.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/AIX.mk b/mk/platform/AIX.mk index b873c44c37b..99f1bbefdb5 100644 --- a/mk/platform/AIX.mk +++ b/mk/platform/AIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: AIX.mk,v 1.2 2004/10/13 15:31:31 tv Exp $ +# $NetBSD: AIX.mk,v 1.3 2004/11/16 16:21:40 tv Exp $ # # Variable definitions for the AIX operating system. @@ -118,7 +118,6 @@ DEPENDS+= ${USE_USERADD:D${_USER_DEPENDS}} DEPENDS+= ${USE_GROUPADD:D${_USER_DEPENDS}} .endif -CPP_PRECOMP_FLAGS?= # unset DEF_UMASK?= 0022 EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type |