[m-rev.] trivial diff: `ils' target in tests/benchmarks/Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Sep 12 21:38:58 AEST 2002
Estimated hours taken: 0.1
Branches: main
tests/benchmarks/Mmakefile:
Add `ils' target, for building the `.il' files.
Workspace: /home/mars/fjh/ws1/mercury
Index: tests/benchmarks/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/benchmarks/Mmakefile,v
retrieving revision 1.5
diff -u -d -r1.5 Mmakefile
--- tests/benchmarks/Mmakefile 17 Aug 2002 13:51:57 -0000 1.5
+++ tests/benchmarks/Mmakefile 12 Sep 2002 11:37:40 -0000
@@ -36,11 +36,14 @@
SS= $(PROGS:%=%.s)
CS= $(PROGS:%=%.c)
+ILS= $(PROGS:%=%.il)
TIMES= $(PROGS:%=%.time)
cs: $(CS)
ss: $(SS)
+
+ils: $(ILS)
times: $(TIMES)
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list