summaryrefslogtreecommitdiff
path: root/lang/wamcc/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/wamcc/files/patch-ab')
-rw-r--r--lang/wamcc/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/wamcc/files/patch-ab b/lang/wamcc/files/patch-ab
new file mode 100644
index 000000000000..0de56c1bd19a
--- /dev/null
+++ b/lang/wamcc/files/patch-ab
@@ -0,0 +1,11 @@
+--- Builtin/Makefile.orig Fri Dec 23 18:10:02 1994
++++ Builtin/Makefile Tue Sep 14 04:17:29 1999
+@@ -51,7 +51,7 @@
+
+
+ starter.c: build_starter Makefile
+- build_starter $(BIPS) >starter.c
++ ./build_starter $(BIPS) >starter.c
+
+ build_starter: build_starter.c
+ $(CC) $(CFLAGS) $(LFLAGS) -o build_starter build_starter.c