Fix bugs that were stopping *.res and *.out files being cleaned up properly.

Estimated hours taken: 0.5

Fix bugs that were stopping *.res and *.out files being cleaned up properly.

tests/Mmake.common:
tests/general/accumulator/Mmakefile:
tests/invalid/Mmakefile:
tests/misc_tests/Mmakefile:
tests/tabling/Mmakefile:
tests/term/Mmakefile:
tests/valid/Mmakefile:
tests/warnings/Mmakefile:
	Make cleaning tasks depend on (real)clean_local rather than
	(real)clean.  This is because tests/startup and tests/shutdown
	use the *_local targets.

tests/general/Mmakefile:
	Fix bugs in the recursive mmake calls.
This commit is contained in:
Mark Brown
1999-07-14 17:04:41 +00:00
parent d8cfbaf07a
commit 784dc26cab
9 changed files with 16 additions and 16 deletions

View File

@@ -118,7 +118,7 @@ errs: $(ERRS)
depend: aditi_update_errors.depend aditi_update_mode_errors.depend \
test_nested.depend partial_implied_mode.depend
clean:
clean_local:
rm -f *.err *.err_res
#-----------------------------------------------------------------------------#