From 94aead216efa169f7d4dbb269188fd91c88c8bdd Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 20 Mar 2006 03:03:04 +0000 Subject: Minor fixes before the rc2 release. --- tests/scripts/features/parallelism | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/scripts/features/parallelism') diff --git a/tests/scripts/features/parallelism b/tests/scripts/features/parallelism index 528c653..9eb196d 100644 --- a/tests/scripts/features/parallelism +++ b/tests/scripts/features/parallelism @@ -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; -- cgit v1.2.3