mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
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:
parent
ba25bad59a
commit
6eed0b5cbf
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue