Updated for change in definition of GNUSTEP_LIBRARIES in common.make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11072 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-10-01 20:25:26 +00:00
parent 27309fb8ff
commit a4e7670ce8

View file

@ -105,7 +105,7 @@ else # This part gets included the second time make is invoked.
# This is the directory where the libs get installed. Normally this
# includes the target arch and os directory and library_combo.
ifeq ($(LIBRARY_INSTALL_DIR),)
LIBRARY_INSTALL_DIR = $(GNUSTEP_LIBRARIES)
LIBRARY_INSTALL_DIR = $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)
endif
ifeq ($(shared), yes)