mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-02 10:11:37 +00:00
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:
parent
62cd094679
commit
891bf71494
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue