]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__vpath_rewrite -> am.vpath.rewrite
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 12:22:49 +0000 (14:22 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 12:46:46 +0000 (14:46 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/header-vars.am
t/vpath-rewrite.sh

index 691c5054447a84716d91282276b2a2beb8c1d2a9..4eca206e9c4c10c31c5d5e683b8c2f9721554488 100644 (file)
@@ -116,7 +116,7 @@ am__sh_e_setup = case $$- in *e*) set +e;; esac
 
 ## Emulate VPATH rewrites.  This uses only GNU make primitives, which
 ## allows us to avoid extra forks.
-am__vpath_rewrite = \
+am.vpath.rewrite = \
   $(firstword $(wildcard $(strip $(1))) $(srcdir)/$(strip $(1)))
 
 ## We used to define this.  However, we don't because vendor makes
index 8f1eeccb84b332ef4281f952d1a313e7cf520fa3..e856d4b081753ab6dfef25eb55e7639049bdbe25 100755 (executable)
@@ -36,7 +36,7 @@ clean-local:
        rm -rf bsub
 
 ## Yes, I'm a lazy typist.
-vr = \$(am__vpath_rewrite)
+vr = \$(am.vpath.rewrite)
 
 test-common: bsub/foo/bar bsub/mu.c++ bsub/foo/pu.cxx
        test '\$(call vr,Makefile)'             = Makefile