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