diff options
Diffstat (limited to 'devel/cocktail/files/patch-rex-test-Makefile')
-rw-r--r-- | devel/cocktail/files/patch-rex-test-Makefile | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/devel/cocktail/files/patch-rex-test-Makefile b/devel/cocktail/files/patch-rex-test-Makefile deleted file mode 100644 index 84a48bd2bcd9..000000000000 --- a/devel/cocktail/files/patch-rex-test-Makefile +++ /dev/null @@ -1,57 +0,0 @@ ---- /usr/ports/devel/cocktail/work/cocktail-9309//./rex/test/Makefile Tue Feb 15 14:28:08 1994 -+++ ./rex/test/Makefile Thu Aug 5 18:49:07 2004 -@@ -1,7 +1,3 @@ --LIB = $(HOME)/lib --MLIB = ../../reuse/src --CFLAGS = -I../../reuse/c --CC = cc - - # target language C - -@@ -16,7 +12,7 @@ - Source.o: Source.h - - ScannerDrv.c Scanner.h Scanner.c Source.h Source.c: modula.c -- rex -sdc1 modula.c; -+ $(REX) -sdc1 modula.c; - - # target language Modula using MOCKA (mc) - -@@ -25,7 +21,7 @@ - make test - - ScannerDrv.mi Scanner.md Scanner.mi Source.md Source.mi: modula.m -- rex -sdm1 modula.m; -+ $(REX) -sdm1 modula.m; - - # target language Modula using SUN modula compiler (m2c) - -@@ -34,7 +30,7 @@ - make test - - ScannerDrv.mod Scanner.def Scanner.mod Source.def Source.mod: modula.m -- rex -sdm1 modula.m; -+ $(REX) -sdm1 modula.m; - - # target language Eiffel - -@@ -43,7 +39,7 @@ - make test - - scanner.e scannerdrv.e source.e attribute.e lsarray.e statecontrol.e: modula.e -- rex -sde1 modula.e; -+ $(REX) -sde1 modula.e; - - test: - time ScannerDrv < in -@@ -56,7 +52,7 @@ - lint $(CFLAGS) -u ScannerDrv.c Scanner.c Source.c - - clean: -- rm -f Scan* Source* scan* [alst]*.e core -+ -rm -f $(STDCLEAN) -+ -rm -f Scan* Source* scan* [alst]*.e - --.c.o: -- $(CC) $(CFLAGS) -c $*.c; -+.include "../../Makefile.inc" |