mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
let gpre_static rebuild when library is changed
This commit is contained in:
parent
6ec274d19b
commit
ca3a1fec5f
@ -27,7 +27,7 @@
|
||||
# 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=..
|
||||
ObjModuleType=boot
|
||||
@ -60,8 +60,8 @@ all : gpre_static
|
||||
|
||||
gpre_static : $(GPRE_STATIC)
|
||||
|
||||
$(GPRE_STATIC): $(GPRESTATIC_Objects) $(COMMON_Objects)
|
||||
$(STATICEXE_LINK) $(LINK_OPTS) $^ -o $@ -L$(LIB) -lfbstatic $(LINK_LIBS) $(ICU_LIBS)
|
||||
$(GPRE_STATIC): $(GPRESTATIC_Objects) $(COMMON_Objects) $(LIBFBSTATIC_A)
|
||||
$(STATICEXE_LINK) $(LINK_OPTS) $^ -o $@ -L$(LIB) $(LINK_LIBS) $(ICU_LIBS)
|
||||
-$(RM) $(GPRE_CURRENT)
|
||||
(cd $(@D); $(LN) $(@F) $(notdir $(GPRE_CURRENT)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user