trivial diff: fix tests/debugger/Mmakefile cut-and-paste error
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Oct 30 15:46:08 AEDT 1998
Perhaps we should have a new standard subject line prefix
"utterly trivial diff" ;-)
--------------------
tests/debugger/Mmakefile:
Fix a cut-and-paste error: the hard-coded dependencies for
existential_type_class.out were wrong.
Index: tests/debugger/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/Mmakefile,v
retrieving revision 1.12
diff -u -r1.12 Mmakefile
--- Mmakefile 1998/10/23 00:41:42 1.12
+++ Mmakefile 1998/10/29 10:02:33
@@ -44,7 +44,8 @@
debugger_regs.out: debugger_regs debugger_regs.inp
mdb ./debugger_regs < debugger_regs.inp > debugger_regs.out
-existential_type_classes.out: existential_type_classes queens.inp
+existential_type_classes.out: existential_type_classes \
+ existential_type_classes.inp
mdb ./existential_type_classes < existential_type_classes.inp > existential_type_classes.out
implied_instance.out: implied_instance implied_instance.inp
--
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