Simplification in the compilation -I flags taking advantage of the new header

structure


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18816 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-03-09 17:31:30 +00:00
parent dd77ff485b
commit 6be2c37305

View file

@ -1,3 +1,12 @@
Tue Mar 9 17:05:38 2004 Nicola Pero <n.pero@mi.flashnet.it>
* common.make (GNUSTEP_HEADERS_FND_DIRS): Only set these flags
when libFoundation is used. In the standard case, we no longer
add the -Ixxx/Headers/gnustep/ flags.
* library-combo.make (GNUSTEP_FND_DIR): Do not define.
* rules.make (ALL_OBJCFLAGS): Removed GNUSTEP_HEADERS_FND_FLAG.
(ALL_CFLAGS): Same change.
Tue Mar 9 16:58:50 2004 Nicola Pero <n.pero@mi.flashnet.it>
* rules.make (ALL_OBJCFLAGS): Removed GNUSTEP_HEADERS_GUI_FLAG,