mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
d764d5c8b3
commit
4d8dbc0f43
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue