Do not run a which_lib per-submake invocation - now done inside library.make

if and only if needed


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12257 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-29 13:45:23 +00:00
parent 7f391bb8e4
commit 8594476b67

View file

@ -603,12 +603,8 @@ $(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \
$(ADDITIONAL_LDFLAGS)" \
ADDITIONAL_CLASSPATH="$($(basename $(basename $*))_CLASSPATH) \
$(ADDITIONAL_CLASSPATH)" \
LIBRARIES_DEPEND_UPON="$(shell $(WHICH_LIB_SCRIPT) \
$($(basename $(basename $*))_LIB_DIRS) $(ADDITIONAL_LIB_DIRS) \
$(ALL_LIB_DIRS) $(LIBRARIES_DEPEND_UPON) \
$($(basename $(basename $*))_LIBRARIES_DEPEND_UPON) debug=$(debug) \
profile=$(profile) shared=$(shared) libext=$(LIBEXT) \
shared_libext=$(SHARED_LIBEXT))" \
LIBRARIES_DEPEND_UPON="$($(basename $(basename $*))_LIBRARIES_DEPEND_UPON) \
$(LIBRARIES_DEPEND_UPON)" \
SCRIPTS_DIRECTORY="$($(basename $(basename $*))_SCRIPTS_DIRECTORY)" \
CHECK_SCRIPT_DIRS="$($(basename $(basename $*))_SCRIPT_DIRS)"