8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00
This commit is contained in:
alexpeshkoff 2007-06-06 11:45:07 +00:00
parent 70c8cfbb09
commit e2583ef1c2

View File

@ -27,7 +27,7 @@
# Contributor(s):
#
#
# $Id: Makefile.in.static.gbak,v 1.12 2005-12-18 17:56:43 alexpeshkoff Exp $
# $Id: Makefile.in.static.gbak,v 1.13 2007-06-06 11:45:07 alexpeshkoff Exp $
#
ROOT=..
ObjModuleType=boot
@ -58,7 +58,7 @@ Dependencies = $(AllObjects:.o=.d)
gbak_static : $(GBAK_STATIC)
$(GBAK_STATIC) : $(GBAKSTATIC_Objects) $(COMMON_Objects) $(LIBFBSTATIC_A)
$(CXX) $(LINK_OPTS) $(GBAKSTATIC_Objects) $(COMMON_Objects) -o $@ -L$(LIB) -lfbstatic $(LINK_LIBS) $(ICU_LIBS)
$(CXX) $(LINK_OPTS) $^ -o $@ -L$(LIB) $(LINK_LIBS) $(ICU_LIBS)
# Darwin may need this link as well
#$(COREFOUNDATION_LINK)