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::Makefile11
1 files changed, 0 insertions, 11 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 b3ce1c62e625..000000000000
--- a/devel/hs-hat/files/patch-src::hmake::Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/hmake/Makefile.orig Fri Mar 15 21:04:20 2002
-+++ src/hmake/Makefile Fri Mar 15 21:07:06 2002
-@@ -63,7 +63,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)/MkConfig.$O: $(OBJDIR)/%.$O : %.hs