freebsd-ports/devel/cocktail/files/patch-estra-src-Makefile
Edwin Groothuis 8937ed4066 [PORT UPGRADE] devel/cocktail corrected for 64bits compilation
The orignal port only ran on i386, since there were some
	64bit conversion problems. The included tar file replaces
	the compete devel/cocktail tree currently in the ports tree.

(lots of patches!)

PR:		ports/71940
Submitted by:	Willem Jan Withagen <wjw@withagen.nl>
2004-12-15 04:05:34 +00:00

25 lines
640 B
Text

--- /usr/ports/devel/cocktail/work/cocktail-9309//./estra/src/Makefile Tue Feb 15 14:23:14 1994
+++ ./estra/src/Makefile Thu Aug 5 18:48:58 2004
@@ -21,7 +21,7 @@
estra: $(GENDEFS) $(GENIMPS) estra_boot
estra_boot: $(DEFS) $(IMPS) estra.mi
- rm -f estra
+ -rm -f estra
echo p estra | mc -d ../../common/src -d ../../reuse/src
Tree.md Tree.mi: Tree.ast
@@ -54,10 +54,11 @@
cd ../m2c; rm -f *.m[id]
clean:
- rm -f core *.[dimor] ERRORS LISTING _Debug *.bak
+ -rm -f $(STDCLEAN)
+ -rm -f *.[dimor] ERRORS LISTING _Debug *.bak
CLEAN: clean
- rm -f $(SOURCES) estra
+ -rm -f $(SOURCES) estra
.SUFFIXES: .MD .md .MI .mi