trivial diff: fix `mmake realclean' in tests/term/Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Jul 2 16:37:36 AEST 1998
tests/term/Mmakefile:
Fix things to ensure that `mmake clean' and `mmake realclean' work.
Index: tests/term/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/term/Mmakefile,v
retrieving revision 1.7
diff -u -r1.7 Mmakefile
--- Mmakefile 1998/06/29 06:58:36 1.7
+++ Mmakefile 1998/07/02 06:33:50
@@ -68,6 +68,8 @@
#-----------------------------------------------------------------------------#
+MCFLAGS = --trans-intermod-opt $(EXTRA_MCFLAGS)
+
MCTERMFLAGS = --enable-termination --term-single-arg 5 --term-norm simple
MCOPTFLAGS = --no-inlining --no-optimize-unused-args --no-deforestation \
--no-optimize-higher-order
@@ -87,5 +89,11 @@
trans_opts: $(TRANS_OPTS)
check: $(TRANS_OPT_RESS)
+
+clean:
+ rm -f *.trans_opt_err
+
+realclean:
+ rm -f *.trans_opt_res
#-----------------------------------------------------------------------------#
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list