summaryrefslogtreecommitdiff
path: root/tests/chmod
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-06 11:37:47 +0000
committerJim Meyering <jim@meyering.net>2002-11-06 11:37:47 +0000
commitdef6c2371e6dd33f74583a13d4804a38f6cff149 (patch)
tree007d630129dd4efcd1a10390878a0fd4bf568123 /tests/chmod
parent2fbdabd4b13b14b20dc02f6d437ad9b0e86939ef (diff)
downloadcoreutils-def6c2371e6dd33f74583a13d4804a38f6cff149.tar.xz
.
Diffstat (limited to 'tests/chmod')
-rw-r--r--tests/chmod/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in
index 18eba689d..b0a1c853a 100644
--- a/tests/chmod/Makefile.in
+++ b/tests/chmod/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.7 from Makefile.am.
+# Makefile.in generated by automake 1.7.1 from Makefile.am.
# @configure_input@
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
@@ -253,9 +253,11 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
case $$file in \
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
+ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
esac; \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \