Removed spurious newline

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13492 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-04-18 09:41:41 +00:00
parent c4b3b47eef
commit 4b385fea60

View file

@ -60,8 +60,7 @@ ALL_GUI_LIBS = \
ifeq ($(WITH_DLL),yes)
TTMP_LIBS := $(ALL_GUI_LIBS)
TTMP_LIBS := $(filter -l%, $(TTMP_LIBS))
# filter all non-static libs (static libs are those ending in _ds, _s,
_ps..)
# filter all non-static libs (static libs are those ending in _ds, _s, _ps..)
TTMP_LIBS := $(filter-out -l%_ds, $(TTMP_LIBS))
TTMP_LIBS := $(filter-out -l%_s, $(TTMP_LIBS))
TTMP_LIBS := $(filter-out -l%_dps,$(TTMP_LIBS))