summaryrefslogtreecommitdiff
path: root/devel/hs-hat/files/patch-src::runtime::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hat/files/patch-src::runtime::Makefile')
-rw-r--r--devel/hs-hat/files/patch-src::runtime::Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/hs-hat/files/patch-src::runtime::Makefile b/devel/hs-hat/files/patch-src::runtime::Makefile
deleted file mode 100644
index 46b71c9c6ad8..000000000000
--- a/devel/hs-hat/files/patch-src::runtime::Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ruN src.bak/runtime/Makefile src/runtime/Makefile
---- src.bak/runtime/Makefile Thu Dec 16 11:58:42 1999
-+++ src/runtime/Makefile Mon Jun 18 16:30:56 2001
-@@ -9,7 +9,7 @@
-
- LD = ld
- LDFLAGS = -r
--TRUE = /bin/true
-+TRUE = /usr/bin/true
- CC = gcc
- AR = ar
- ARFLAGS = r
-@@ -48,7 +48,7 @@
- mkdir -p ${OBJDIR}
-
- ${OBJDIRS}: ${OBJDIR}/% :
-- mkdir -p $@ || /bin/true
-+ mkdir -p $@ || /usr/bin/true
-
- objdir: ${OBJDIR}
- cd Kernel; $(MAKE) objdir