Use a += instead of a = to define BUNDLE_LIBS (Patch by Alexander

Malmberg)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13337 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2002-04-04 00:13:59 +00:00
parent 250924dbc8
commit ad0bb08f3a

View file

@ -54,7 +54,7 @@ include $(GNUSTEP_MAKEFILES)/Instance/Shared/headers.make
# On Solaris we don't need to specifies the libraries the bundle needs.
# How about the rest of the systems? BUNDLE_LIBS is temporary empty.
# We need this for MS Windows, so use it again!
BUNDLE_LIBS = $(ADDITIONAL_GUI_LIBS) $(AUXILIARY_GUI_LIBS) $(BACKEND_LIBS) \
BUNDLE_LIBS += $(ADDITIONAL_GUI_LIBS) $(AUXILIARY_GUI_LIBS) $(BACKEND_LIBS) \
$(GUI_LIBS) $(ADDITIONAL_TOOL_LIBS) $(AUXILIARY_TOOL_LIBS) \
$(FND_LIBS) $(ADDITIONAL_OBJC_LIBS) $(AUXILIARY_OBJC_LIBS) $(OBJC_LIBS) \
$(SYSTEM_LIBS) $(TARGET_SYSTEM_LIBS)