8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 10:03:03 +01:00

let gpre_static rebuild when library is changed

This commit is contained in:
alexpeshkoff 2008-02-14 10:08:04 +00:00
parent 6ec274d19b
commit ca3a1fec5f

View File

@ -27,7 +27,7 @@
# Contributor(s): # Contributor(s):
# #
# #
# $Id: Makefile.in.static.gpre,v 1.20 2007-12-14 11:32:06 alexpeshkoff Exp $ # $Id: Makefile.in.static.gpre,v 1.21 2008-02-14 10:08:04 alexpeshkoff Exp $
# #
ROOT=.. ROOT=..
ObjModuleType=boot ObjModuleType=boot
@ -60,8 +60,8 @@ all : gpre_static
gpre_static : $(GPRE_STATIC) gpre_static : $(GPRE_STATIC)
$(GPRE_STATIC): $(GPRESTATIC_Objects) $(COMMON_Objects) $(GPRE_STATIC): $(GPRESTATIC_Objects) $(COMMON_Objects) $(LIBFBSTATIC_A)
$(STATICEXE_LINK) $(LINK_OPTS) $^ -o $@ -L$(LIB) -lfbstatic $(LINK_LIBS) $(ICU_LIBS) $(STATICEXE_LINK) $(LINK_OPTS) $^ -o $@ -L$(LIB) $(LINK_LIBS) $(ICU_LIBS)
-$(RM) $(GPRE_CURRENT) -$(RM) $(GPRE_CURRENT)
(cd $(@D); $(LN) $(@F) $(notdir $(GPRE_CURRENT))) (cd $(@D); $(LN) $(@F) $(notdir $(GPRE_CURRENT)))