Minor fixes before the rc2 release.

This commit is contained in:
Paul Smith
2006-03-20 03:03:04 +00:00
parent 24aac7f8f6
commit 94aead216e
3 changed files with 4 additions and 4 deletions

View File

@@ -147,12 +147,12 @@ recurse: ; @$(MAKE) --no-print-directory -f #MAKEFILE# submake INCL=true',
'-j2',
'bar');
unlink('dependfile');
unlink('dependfile', 'output');
# Do it again, this time where the include is done by the non-master make.
run_make_test(undef, '-j2 recurse INCL=false', 'bar');
unlink('dependfile');
unlink('dependfile', 'output');
1;