diff options
Diffstat (limited to 'tests/scripts/features/vpathplus')
-rw-r--r-- | tests/scripts/features/vpathplus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/features/vpathplus b/tests/scripts/features/vpathplus index c95c8ab..361788c 100644 --- a/tests/scripts/features/vpathplus +++ b/tests/scripts/features/vpathplus @@ -86,7 +86,7 @@ cat ${VP}foo.c bar.c > foo.b 2>/dev/null || exit 1 $answer = "not creating notarget.c from notarget.d cat notarget.c > notarget.b 2>/dev/null || exit 1 -$makefile:16: recipe for target `notarget.b' failed +$makefile:16: recipe for target 'notarget.b' failed $make_name: *** [notarget.b] Error 1 "; |