summaryrefslogtreecommitdiff
path: root/databases/hs-hsql/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/hs-hsql/files/patch-Makefile')
-rw-r--r--databases/hs-hsql/files/patch-Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/hs-hsql/files/patch-Makefile b/databases/hs-hsql/files/patch-Makefile
deleted file mode 100644
index 977fbd92cedf..000000000000
--- a/databases/hs-hsql/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig Sun Apr 11 17:38:33 2004
-+++ Makefile Fri Apr 23 14:19:17 2004
-@@ -154,8 +154,8 @@
- rm -f $(GHC_DIR)/HSsql.o
- $(GHC_PKG) -u -g -i hsql.pkg
- if test -f $(DOCDIR)/index.html; then \
-- $(INSTALL) -d $(DOC_DIR); \
-- $(INSTALL) -c $(DOCDIR)/* $(DOC_DIR); \
-+ $(INSTALL) -d ${DOCSDIR}; \
-+ $(INSTALL) -c $(DOCDIR)/* ${DOCSDIR}; \
- fi
-
- install-hugs: $(HS_SRC) $(SO_SRC)