summaryrefslogtreecommitdiff
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::Makefile12
1 files changed, 0 insertions, 12 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 218c9a0c12b3..000000000000
--- a/devel/hs-hat/files/patch-src::hp2graph::Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN src.bak/hp2graph/Makefile src/hp2graph/Makefile
---- src.bak/hp2graph/Makefile Mon Oct 11 13:50:38 1999
-+++ src/hp2graph/Makefile Mon Jun 18 16:32:04 2001
-@@ -31,7 +31,7 @@
-
-
- $(OBJDIR):
-- mkdir -p $(OBJDIR) || /bin/true
-+ mkdir -p $(OBJDIR) || /usr/bin/true
-
- $(OBJS): $(OBJDIR)/%.o: %.c
- $(CC) -c $(CFLAGS) -o $@ $<