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
This commit is contained in:
Nicola Pero 2002-12-30 17:23:14 +00:00
parent e17dc7127c
commit 1996a23636

View file

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