Correct defs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7708 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-10-04 23:14:40 +00:00
parent 418145cad2
commit ab3d683fee
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-10-04 Adam Fedor <fedor@gnu.org>
* Source/Makefile.preamble (ADDITIONAL_CPPFLAGS): Add
CONFIG_SYSTEM_DEFS.
2000-10-05 Fred Kiefer <FredKiefer@gmx.de>
* Source/Unicode.m:

View file

@ -39,7 +39,7 @@
#
# Additional flags to pass to the preprocessor
ADDITIONAL_CPPFLAGS = $(DEFS) -DHAVE_LIBXML=$(HAVE_LIBXML) -Wall
ADDITIONAL_CPPFLAGS = $(CONFIG_SYSTEM_DEFS) -DHAVE_LIBXML=$(HAVE_LIBXML) -Wall
# Additional flags to pass to the Objective-C compiler
ADDITIONAL_OBJCFLAGS =