1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/lang/wamcc/files/patch-ab

12 lines
321 B
Plaintext
Raw Normal View History

--- 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