From 33ca1f0547a7b7d8980dc1a4eb86a71521f7be8a Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 30 Dec 2002 17:23:14 +0000 Subject: [PATCH] Do not add -framework Foundation on Apple - it's now added automatically by gnustep-make git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15401 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.preamble | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/Makefile.preamble b/Source/Makefile.preamble index 8aa29c37c..b1a78b3d4 100644 --- a/Source/Makefile.preamble +++ b/Source/Makefile.preamble @@ -83,10 +83,8 @@ endif ifeq ($(shared),yes) libgnustep-base_LIBRARIES_DEPEND_UPON += $(CONFIG_SYSTEM_LIBS) endif -ifeq ($(FOUNDATION_LIB),nx) -libgnustep-baseadd_LIBRARIES_DEPEND_UPON += -framework Foundation -endif +# # Flags dealing with installing and uninstalling #