Removed duplicate -I$(DERIVED_SOURCE) for frameworks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12136 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-20 01:59:11 +00:00
parent d764d5c8b3
commit 4d8dbc0f43
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sat Jan 19 23:35:13 2002 Nicola Pero <n.pero@mi.flashnet.it>
* framework.make (ADDITIONAL_INCLUDE_DIRS): Do not add
-I$(DERIVED_SOURCES).
Tue Jan 15 00:42:23 2002 Nicola Pero <n.pero@mi.flashnet.it>
* which_lib.c: Reorganized and rewritten most code again.

View file

@ -57,7 +57,6 @@ endif
#
DERIVED_SOURCES = derived_src
ADDITIONAL_INCLUDE_DIRS += -I$(DERIVED_SOURCES)
ifeq ($(INTERNAL_framework_NAME),)
# This part is included the first time make is invoked.