summaryrefslogtreecommitdiff
path: root/t/dist-auxfile.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/dist-auxfile.sh')
-rw-r--r--t/dist-auxfile.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/t/dist-auxfile.sh b/t/dist-auxfile.sh
index 6b54fcd59..1d158b3fb 100644
--- a/t/dist-auxfile.sh
+++ b/t/dist-auxfile.sh
@@ -46,11 +46,11 @@ END
unindent >> Makefile.am <<'END'
SUBDIRS = subdir
test: distdir
- ls -l $(distdir) $(distdir)/* ;: For debugging.
- @echo DIST_COMMON = $(DIST_COMMON) ;: Likewise.
- echo ' ' $(DIST_COMMON) ' ' | grep '[ /]$(auxdir)foo.txt '
- echo ' ' $(DIST_COMMON) ' ' | grep '[ /]$(auxdir)bar.sh '
- echo ' ' $(DIST_COMMON) ' ' | grep '[ /]$(auxdir)zardoz '
+ ls -l $(distdir) $(distdir)/* # For debugging.
+ @echo am.dist.common-files = $(am.dist.common-files) # Likewise.
+ echo ' ' $(am.dist.common-files) ' ' | grep '[ /]$(auxdir)foo.txt '
+ echo ' ' $(am.dist.common-files) ' ' | grep '[ /]$(auxdir)bar.sh '
+ echo ' ' $(am.dist.common-files) ' ' | grep '[ /]$(auxdir)zardoz '
test -f $(distdir)/$(auxdir)foo.txt
test -f $(distdir)/$(auxdir)bar.sh
test -f $(distdir)/$(auxdir)zardoz