diff options
Diffstat (limited to 'devel/cocktail/files/patch-r2l-src-Makefile')
-rw-r--r-- | devel/cocktail/files/patch-r2l-src-Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/devel/cocktail/files/patch-r2l-src-Makefile b/devel/cocktail/files/patch-r2l-src-Makefile deleted file mode 100644 index 771f55763dc7..000000000000 --- a/devel/cocktail/files/patch-r2l-src-Makefile +++ /dev/null @@ -1,37 +0,0 @@ ---- /usr/ports/devel/cocktail/work/cocktail-9309//./r2l/src/Makefile Tue Feb 15 14:26:26 1994 -+++ ./r2l/src/Makefile Thu Aug 5 18:49:31 2004 -@@ -15,14 +15,14 @@ - echo p r2l | mc -d ../../reuse/src - - Scanner.mi Scanner.md: r2l.rex -- rex -d r2l.rex; -+ $(REX) -d r2l.rex; - - Parser.mi Parser.md: r2l.lalr -- lalr -b -d r2l.lalr; -+ $(LALR) -b -d r2l.lalr; - - install: r2l r2l.sh $(LIB)/r2l - if test $(LIB) = $(BIN); then echo error: BIN = LIB; false; else true; fi -- sed "s;LIB;$(LIB);g" < r2l.sh > $(BIN)/r2l -+ $(SED) "s;LIB;$(LIB);g" < r2l.sh > $(BIN)/r2l - chmod a+rx $(BIN)/r2l - install -c -s -m 755 r2l $(LIB)/r2l - -@@ -35,12 +35,13 @@ - # co RCS/* - make $(SOURCES) - ln *.m[id] ../m2c -- rm -f ../m2c/*.[hc] -+ -rm -f ../m2c/*.[hc] - cd ../m2c; make sources M2FLAGS="-c -d../../reuse/src" - cd ../m2c; rm -f *.m[id] - - clean: -- rm -f core *.[dimor] ERRORS LISTING _Debug r2l -+ -rm -f $(STDCLEAN) -+ -rm -f *.[dimor] ERRORS LISTING _Debug r2l - - CLEAN: clean -- rm -f $(SOURCES) -+ -rm -f $(SOURCES) |