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::Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/hs-hat/files/patch-src::hp2graph::Makefile b/devel/hs-hat/files/patch-src::hp2graph::Makefile
new file mode 100644
index 000000000000..218c9a0c12b3
--- /dev/null
+++ b/devel/hs-hat/files/patch-src::hp2graph::Makefile
@@ -0,0 +1,12 @@
+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 $@ $<