* lib/am/distdir.am: Here.

Signed-off-by: Stefano Lattarini <[email protected]>
---
 lib/am/distdir.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/am/distdir.am b/lib/am/distdir.am
index 46cd51b..7595412 100644
--- a/lib/am/distdir.am
+++ b/lib/am/distdir.am
@@ -75,7 +75,7 @@ am.dist.parent-dirs = \
 
 am.dist.xmkdir = \
   @$(MKDIR_P) $(patsubst %,"$(distdir)"/%,$1)$(am.chars.newline)
-am.write-list-of-distfiles = \
+am.dist.write-filelist = \
   @lst='$1'; for x in $$lst; do echo $$x; done \
     >> $(am.dir)/$@-list$(am.chars.newline)
 
@@ -169,7 +169,7 @@ endif %?TOPDIR_P%
 ## distribute could actually be a cross-filesystem symlink -- this can
 ## easily happen if "gettextize" was run on the distribution.
        @rm -f $(am.dir)/$@-list
-       $(call am.xargs-map,am.write-list-of-distfiles, \
+       $(call am.xargs-map,am.dist.write-filelist, \
               $(am.dist.files-cooked))
        @while read file; do \
 ## Always look for the file or directory to distribute in the build
-- 
1.7.12.rc0


Reply via email to