From: Paul Smith Date: Sun, 29 Nov 2020 21:02:12 +0000 (-0500) Subject: * tests/scripts/features/vpathgpath: Avoid duplicate function name. X-Git-Tag: 4.3.90~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef6aca5a389a34a5d0fbfc30cebd5f5e886cceb6;p=thirdparty%2Fmake.git * tests/scripts/features/vpathgpath: Avoid duplicate function name. --- diff --git a/tests/scripts/features/vpathgpath b/tests/scripts/features/vpathgpath index 5e6217bf..5c5996c6 100644 --- a/tests/scripts/features/vpathgpath +++ b/tests/scripts/features/vpathgpath @@ -40,7 +40,7 @@ close(MAKEFILE); $off = -500; -sub touchfiles { +sub gtouchfiles { foreach (@_) { ($f = $_) =~ s,VP/,$VP,g; &utouch($off, $f); @@ -51,7 +51,7 @@ sub touchfiles { # Run the general-case test -&touchfiles("VP/foo.d", "VP/bar.d", "VP/foo.c", "VP/bar.c", "foo.b", "bar.d"); +>ouchfiles("VP/foo.d", "VP/bar.d", "VP/foo.c", "VP/bar.c", "foo.b", "bar.d"); &run_make_with_options($makefile,"general",&get_logfile());