mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
c4b3b47eef
commit
4b385fea60
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue