aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hat/files/patch-src::hmake::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hat/files/patch-src::hmake::Makefile')
-rw-r--r--devel/hs-hat/files/patch-src::hmake::Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/hs-hat/files/patch-src::hmake::Makefile b/devel/hs-hat/files/patch-src::hmake::Makefile
deleted file mode 100644
index 26c10028866e..000000000000
--- a/devel/hs-hat/files/patch-src::hmake::Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN src.bak/hmake/Makefile src/hmake/Makefile
---- src.bak/hmake/Makefile Tue May 29 16:29:07 2001
-+++ src/hmake/Makefile Mon Jun 18 16:32:21 2001
-@@ -48,7 +48,7 @@
- strip $@
-
- $(OBJDIR):
-- mkdir -p $(OBJDIR) || /bin/true
-+ mkdir -p $(OBJDIR) || /usr/bin/true
- $(OBJS): $(OBJDIR)/%.$O : %.hs
- $(HC) $(HFLAGS) -c -o $@ $<
- $(CPPOBJS) $(OBJDIR)/Older.$O: $(OBJDIR)/%.$O : %.hs