freebsd-ports/devel/cocktail/files/patch-common-c-Makefile
Pav Lucistnik c0150116c3 Add cocktail, a set of program generators or compiler construction tools
for nearly all phases of a compiler. It has been developed until 1993
at the Karlsruhe research lab of GMD, the German National Research Center
for Information Technology.

PR:		ports/65164
Submitted by:	Willem Jan Withagen <wjw@withagen.nl>
2004-05-04 21:07:46 +00:00

8 lines
303 B
Text

--- ../../work/cocktail-9309//./common/c/Makefile Tue Feb 15 14:21:28 1994
+++ ./common/c/Makefile Wed Mar 31 22:35:04 2004
@@ -1,3 +1,5 @@
Timer.o: Timer.c Timer.h ; cc Timer.c
libcommon.a: SysErr.o Timer.o ; ar ruv libcommon.a Timer.o
clean: ; rm -f Timer.o
+
+.include "../../Makefile.inc"