Change CPPFLAGS

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@5014 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1999-10-14 15:12:02 +00:00
parent ba25bad59a
commit 6eed0b5cbf
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
1999-10-14 Adam Fedor <fedor@gnu.org>
* target.make (AUXILIARY_CPPFLAGS): Change from ADDITIONAL... so
it doesn't get reset by other Makefiles
1999-10-11 Adam Fedor <fedor@gnu.org>
* Allow for separate System root directory and other changes

View file

@ -439,7 +439,7 @@ BUNDLE_CFLAGS += -fPIC
BUNDLE_LDFLAGS += -shared
ADDITIONAL_LDFLAGS += -rdynamic
# Newer gcc's don't define this in Objective-C programs:
ADDITIONAL_CPPFLAGS += -D__LANGUAGES_C__
AUXILIARY_CPPFLAGS += -D__LANGUAGES_C__
endif
#
# end OSF