aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hat/files/patch-src::hp2graph::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hat/files/patch-src::hp2graph::Makefile')
-rw-r--r--devel/hs-hat/files/patch-src::hp2graph::Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/hs-hat/files/patch-src::hp2graph::Makefile b/devel/hs-hat/files/patch-src::hp2graph::Makefile
deleted file mode 100644
index 109f73ad8ca6..000000000000
--- a/devel/hs-hat/files/patch-src::hp2graph::Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/hp2graph/Makefile.orig Fri Mar 15 21:04:12 2002
-+++ src/hp2graph/Makefile Fri Mar 15 21:06:58 2002
-@@ -31,7 +31,7 @@
-
-
- $(OBJDIR):
-- mkdir -p $(OBJDIR) || /bin/true
-+ mkdir -p $(OBJDIR) || /usr/bin/true
-
- $(OBJS): $(OBJDIR)/%.o: %.c
- $(CC) -c $(CFLAGS) -o $@ $<