mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
|
@ -1,3 +1,9 @@
|
||||||
|
Fri Mar 12 13:35:25 2004 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
|
* SSL/GNUmakefile: Set GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES before
|
||||||
|
including common.make so that the local base.make is read
|
||||||
|
correctly.
|
||||||
|
|
||||||
2004-03-07 Adam Fedor <fedor@gnu.org>
|
2004-03-07 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* configure.ac: Add HAVE_DLADDR define
|
* configure.ac: Add HAVE_DLADDR define
|
||||||
|
|
|
@ -25,6 +25,10 @@
|
||||||
# Install into the system root by default
|
# Install into the system root by default
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
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
|
# Include common.make as the first thing, as this defined
|
||||||
# FOUNDATION_LIB which is used in ../config.mak
|
# FOUNDATION_LIB which is used in ../config.mak
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
@ -32,8 +36,6 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
-include ../config.mak
|
-include ../config.mak
|
||||||
-include config.mak
|
-include config.mak
|
||||||
|
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
PACKAGE_NAME = gnustep-base
|
PACKAGE_NAME = gnustep-base
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue