mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed LIBRARIES_DEPEND_UPON ... forgot to update for change in target.make
and rules.make git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12511 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1e1b872002
commit
6960b13347
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@ ALL_FRAMEWORK_LIBS = \
|
|||
debug=$(debug) profile=$(profile) shared=$(shared) \
|
||||
libext=$(LIBEXT) shared_libext=$(SHARED_LIBEXT))
|
||||
|
||||
INTERNAL_LIBRARIES_DEPEND_UPON = \
|
||||
$(shell $(WHICH_LIB_SCRIPT) \
|
||||
$(ALL_LIB_DIRS) \
|
||||
$(LIBRARIES_DEPEND_UPON) \
|
||||
debug=$(debug) profile=$(profile) shared=$(shared) \
|
||||
libext=$(LIBEXT) shared_libext=$(SHARED_LIBEXT))
|
||||
|
||||
DUMMY_FRAMEWORK = NSFramework_$(INTERNAL_framework_NAME)
|
||||
DUMMY_FRAMEWORK_FILE = $(DERIVED_SOURCES)/$(DUMMY_FRAMEWORK).m
|
||||
|
|
Loading…
Reference in a new issue