8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00
This commit is contained in:
alexpeshkoff 2009-02-04 07:15:16 +00:00
parent 5add737bc9
commit 1686d5f221

View File

@ -54,7 +54,7 @@ librxspencer : $(LIB)/librxspencer.a
$(LIB)/librxspencer.a:
$(MAKE) -C $(ROOT)/extern/regex
(cd $(ROOT)/extern/regex/.libs/; tar cf - librxspencer.so*) | (cd $(LIB); tar xf -)
(cd $(ROOT)/extern/regex/.libs/; tar cf - librxspencer.$(SHRLIB_FOREIGN_EXT)*) | (cd $(LIB); tar xf -)
# cp $(ROOT)/extern/regex/.libs/librxspencer.a $(LIB)/librxspencer.a