diff: tests/term/Mmakefile bug fix

Fergus Henderson fjh at cs.mu.oz.au
Wed Jan 14 02:03:40 AEDT 1998


Zoltan doesn't seem to have committed his fix yet, so...

tests/term/Mmakefile:
	Fix a bug: the rule for `mmake depend' didn't do anything.

Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/tests/term/Mmakefile,v
retrieving revision 1.2
diff -u -u -r1.2 Mmakefile
--- Mmakefile	1997/12/30 02:59:57	1.2
+++ Mmakefile	1998/01/13 15:02:32
@@ -79,7 +79,7 @@
 
 #-----------------------------------------------------------------------------#
 
-depend:
+depend: $(DEPENDS)
 
 trans_opts: $(TRANS_OPTS)
 

-- 
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