trivial diff: fix dependencies problem in tests/debugger/Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Apr 12 15:35:09 AEST 1999
Estimated hours taken: 0.1
tests/debugger/Mmakefile:
Add some hard-coded dependencies on queens.{dep,depend},
since these are needed for the mdb_command_test test.
Index: tests/debugger/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/Mmakefile,v
retrieving revision 1.21
diff -u -r1.21 Mmakefile
--- Mmakefile 1999/04/11 08:24:25 1.21
+++ Mmakefile 1999/04/12 05:22:31
@@ -122,8 +122,8 @@
#-----------------------------------------------------------------------------#
-DEPS= $(ALLPROGS:%=$(deps_subdir)%.dep)
-DEPENDS= $(ALLPROGS:%=%.depend)
+DEPS= $(ALLPROGS:%=$(deps_subdir)%.dep) queens.dep
+DEPENDS= $(ALLPROGS:%=%.depend) queens.depend
OUTS= $(PROGS:%=%.out)
LIBOUTS= $(LIBPROGS:%=%.out)
RESS= $(PROGS:%=%.res) mdb_command_test.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