Removed variable define which is no longer used

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18814 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-03-09 17:30:04 +00:00
parent 62cd094679
commit 891bf71494

View file

@ -135,7 +135,6 @@ FND_LIBS =
# Set the appropriate Foundation library
#
ifeq ($(FOUNDATION_LIB),gnu)
GNUSTEP_FND_DIR = gnustep
FOUNDATION_LIBRARY_NAME = gnustep-base
FOUNDATION_LIBRARY_DEFINE = -DGNUSTEP_BASE_LIBRARY=1
endif
@ -172,7 +171,6 @@ endif
ifeq ($(FOUNDATION_LIB),fd)
-include $(GNUSTEP_MAKEFILES)/libFoundation.make
GNUSTEP_FND_DIR = libFoundation
FND_DEFINE = -DLIB_FOUNDATION_LIBRARY=1
FND_LIBS = -lFoundation