]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* tests/scripts/features/vpathgpath: Avoid duplicate function name.
authorPaul Smith <psmith@gnu.org>
Sun, 29 Nov 2020 21:02:12 +0000 (16:02 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 29 Nov 2020 22:59:40 +0000 (17:59 -0500)
tests/scripts/features/vpathgpath

index 5e6217bfb6d44a53f06548fa8d0f0f155810294b..5c5996c6969aa32b5b891b22a6262d48c6babd32 100644 (file)
@@ -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");
+&gtouchfiles("VP/foo.d", "VP/bar.d", "VP/foo.c", "VP/bar.c", "foo.b", "bar.d");
 
 &run_make_with_options($makefile,"general",&get_logfile());