mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Fixed reading the local base.make when building SSl
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18836 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a4b75cc267
commit
970c4b46bf
2 changed files with 10 additions and 2 deletions
|
@ -25,6 +25,10 @@
|
|||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
# This must set be before reading common.make, which will read the
|
||||
# Additional makefiles.
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
|
||||
# Include common.make as the first thing, as this defined
|
||||
# FOUNDATION_LIB which is used in ../config.mak
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
@ -32,8 +36,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
-include ../config.mak
|
||||
-include config.mak
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
|
||||
srcdir = .
|
||||
PACKAGE_NAME = gnustep-base
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue