From ddd414ba3427e73caa088354e5f5a2cf5eebf1a0 Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 6 Mar 2004 14:08:46 +0000 Subject: [PATCH] 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 --- SSL/GNUmakefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SSL/GNUmakefile b/SSL/GNUmakefile index 3e9a5e19d..596b00a90 100644 --- a/SSL/GNUmakefile +++ b/SSL/GNUmakefile @@ -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