mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fixed order of makefile inclusions so that it compiles again
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18785 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
75d80d42d0
commit
6b6eed90a4
1 changed files with 4 additions and 2 deletions
|
@ -25,13 +25,15 @@
|
|||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
# Include common.make as the first thing, as this defined
|
||||
# FOUNDATION_LIB which is used in ../config.mak
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
-include ../config.mak
|
||||
-include config.mak
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
srcdir = .
|
||||
PACKAGE_NAME = gnustep-base
|
||||
|
||||
|
|
Loading…
Reference in a new issue