summaryrefslogtreecommitdiff
path: root/lang/wamcc/files/patch-ab
blob: 0de56c1bd19a02e8f6e5af253c047f91b8d8b271 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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