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:
Nicola Pero 2004-03-06 14:08:46 +00:00
parent 75d80d42d0
commit 6b6eed90a4

View file

@ -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