freebsd-ports/lang/wamcc/files/patch-ab
Steve Price 89ab207b94 Initial import of wamcc version 2.22.
A Prolog-to-C translator from Inria.

PR:		13745
Submitted by:	W. Gerald Hicks <wghicks@bellsouth.net>
1999-11-01 03:46:48 +00:00

11 lines
321 B
Text

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