summaryrefslogtreecommitdiff
path: root/devel/hat/files/patch-src::hp2graph::Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
commitf124555536ce4b815ff160312c094545c36ec440 (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /devel/hat/files/patch-src::hp2graph::Makefile
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
Diffstat (limited to 'devel/hat/files/patch-src::hp2graph::Makefile')
-rw-r--r--devel/hat/files/patch-src::hp2graph::Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/hat/files/patch-src::hp2graph::Makefile b/devel/hat/files/patch-src::hp2graph::Makefile
deleted file mode 100644
index 109f73ad8ca6..000000000000
--- a/devel/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 $@ $<