trivial diff: tests/invalid/Mmakefile: bug fix

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Aug 5 19:30:53 AEST 1998


tests/invalid/Mmakefile:
	Fix problems with making the dependencies for nested_int_in_impl.m.

Index: tests/invalid/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/Mmakefile,v
retrieving revision 1.21
diff -u -r1.21 Mmakefile
--- Mmakefile	1998/08/04 14:51:06	1.21
+++ Mmakefile	1998/08/05 09:28:54
@@ -91,9 +91,14 @@
 
 errs:	$(ERRS)
 
-# we only need to make the dependencies for test cases consisting of
-# multiple modules; currently the only such test case is test_nested.m
-depend:	test_nested.depend
+# We only need to make the dependencies for test cases consisting of
+# multiple modules; currently the following are the only such cases.
+depend:	test_nested.depend nested_impl_in_int.depend
+
+# The error in this file is actually reported even at make depend time,
+# so we need to ignore the return status.
+nested_impl_in_int.depend:
+	-$(MCD) $(ALL_MCDFLAGS) nested_impl_in_int
 
 clean:
 	rm -f *.err *.err_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