From f982be45e81588a27383cd1a3eb12789b8498904 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 19 Nov 2008 10:43:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'. --- .../files/patch-builds%posix%Makefile.in.firebird | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird (limited to 'databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird') diff --git a/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird b/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird deleted file mode 100644 index 31a0b95ec4f7..000000000000 --- a/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird +++ /dev/null @@ -1,35 +0,0 @@ ---- builds/posix/Makefile.in.firebird.orig Sun Dec 18 20:56:17 2005 -+++ builds/posix/Makefile.in.firebird Wed Sep 13 20:31:13 2006 -@@ -186,7 +186,6 @@ - # - - external_libraries: -- $(MAKE) -f $(GEN_ROOT)/Makefile.extern.icu - ifeq ($(EDITLINE_FLG),Y) - $(MAKE) -f $(GEN_ROOT)/Makefile.extern.editline - endif -@@ -515,12 +514,12 @@ - #___________________________________________________________________________ - # - .PHONY: clean clean_objects clean_dependancies clean_extern_objects clean_build \ -- clean_gpre_gen clean_icu clean_dbs clean_examples clean_makefiles \ -+ clean_gpre_gen clean_dbs clean_examples clean_makefiles \ - clean_editline clean_all - - - clean: clean_objects clean_dependancies clean_extern_objects clean_build \ -- clean_gpre_gen clean_icu clean_dbs clean_examples -+ clean_gpre_gen clean_dbs clean_examples - - ifeq ($(EDITLINE_FLG),Y) - clean: clean_editline -@@ -542,9 +541,6 @@ - - clean_editline: - -make -C $(ROOT)/extern/editline clean -- --clean_icu: -- -make -C $(ROOT)/extern/icu/source clean - - clean_objects: - $(RM) `find $(TMP_ROOT)/ -type f -name '*.o' -print` -- cgit v1.2.3