summaryrefslogtreecommitdiff
path: root/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird
diff options
context:
space:
mode:
Diffstat (limited to 'databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird')
-rw-r--r--databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird35
1 files changed, 35 insertions, 0 deletions
diff --git a/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird b/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird
new file mode 100644
index 000000000000..31a0b95ec4f7
--- /dev/null
+++ b/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird
@@ -0,0 +1,35 @@
+--- 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`