Fixed bug: -L/opt/gnustep/Local/Libraries/ix86/linux-gnu was missing on

the link line


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11037 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-09-30 22:53:31 +00:00
parent 914c38ff21
commit 4c6063d6d3

View file

@ -218,6 +218,7 @@ ifneq ($(GNUSTEP_LOCAL_ROOT),)
= $(GNUSTEP_LOCAL_FRAMEWORKS_TARGET_LIBRARIES) = $(GNUSTEP_LOCAL_FRAMEWORKS_TARGET_LIBRARIES)
endif endif
GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAG = -L$(GNUSTEP_LOCAL_TARGET_LIBRARIES)
GNUSTEP_LOCAL_LIBRARIES_FLAG = -L$(GNUSTEP_LOCAL_LIBRARIES) GNUSTEP_LOCAL_LIBRARIES_FLAG = -L$(GNUSTEP_LOCAL_LIBRARIES)
GNUSTEP_LOCAL_HEADERS_FLAG = -I$(GNUSTEP_LOCAL_HEADERS) GNUSTEP_LOCAL_HEADERS_FLAG = -I$(GNUSTEP_LOCAL_HEADERS)
GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES_FLAG \ GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES_FLAG \