summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlrelay/files/patch-Makefile')
-rw-r--r--databases/sqlrelay/files/patch-Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/sqlrelay/files/patch-Makefile b/databases/sqlrelay/files/patch-Makefile
deleted file mode 100644
index 1dcfc92cbb33..000000000000
--- a/databases/sqlrelay/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig Wed Oct 17 06:20:48 2001
-+++ Makefile Sun Feb 24 01:42:57 2002
-@@ -24,9 +24,10 @@
-
- install:
- cd bin; $(MAKE) install
-- cd doc; $(MAKE) install
- cd etc; $(MAKE) install
- cd src; $(MAKE) install
-+install-doc:
-+ cd doc; $(MAKE) install
-
- uninstall:
- cd bin; $(MAKE) uninstall