mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +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
c167ddbefd
commit
bfa75e4bb6
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>
|
||||
|
||||
* configure.ac: Add HAVE_DLADDR define
|
||||
|
|
|
@ -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…
Reference in a new issue