From ae003efd6114af0c9a8750034182b883183500a7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 23 Sep 2002 22:16:40 +0000 Subject: Fix a bug handling target/prerequisite names containing comment characters. --- tests/scripts/features/double_colon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/scripts/features/double_colon') diff --git a/tests/scripts/features/double_colon b/tests/scripts/features/double_colon index 3e140c7..082b815 100644 --- a/tests/scripts/features/double_colon +++ b/tests/scripts/features/double_colon @@ -73,7 +73,7 @@ if ($parallel_jobs) { # TEST 4: Each double-colon rule is supposed to be run individually -&touch('f2.h'); +&utouch(-5, 'f2.h'); &touch('foo'); &run_make_with_options($makefile, "foo", &get_logfile, 0); @@ -90,7 +90,7 @@ if ($parallel_jobs) { # TEST 6: Each double-colon rule is supposed to be run individually -&touch('f1.h'); +&utouch(-5, 'f1.h'); unlink('f2.h'); &touch('foo'); -- cgit v1.2.3