automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 28/33] [ng] rename: am__vpath_rewrite -> am.vpath.r


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 28/33] [ng] rename: am__vpath_rewrite -> am.vpath.rewrite
Date: Sat, 21 Jul 2012 14:56:00 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/header-vars.am |    2 +-
 t/vpath-rewrite.sh    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am
index 691c505..4eca206 100644
--- a/lib/am/header-vars.am
+++ b/lib/am/header-vars.am
@@ -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
diff --git a/t/vpath-rewrite.sh b/t/vpath-rewrite.sh
index 8f1eecc..e856d4b 100755
--- a/t/vpath-rewrite.sh
+++ b/t/vpath-rewrite.sh
@@ -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
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]