summaryrefslogtreecommitdiff
path: root/t/extra-dist-wildcards-vpath.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/extra-dist-wildcards-vpath.sh')
-rw-r--r--t/extra-dist-wildcards-vpath.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/extra-dist-wildcards-vpath.sh b/t/extra-dist-wildcards-vpath.sh
index 6762620ea..e61ca1d76 100644
--- a/t/extra-dist-wildcards-vpath.sh
+++ b/t/extra-dist-wildcards-vpath.sh
@@ -18,14 +18,12 @@
# $srcdir != $builddir, if properly declared.
# Suggested by observations from Braden McDaniel.
-required=GNUmake
. test-init.sh
echo AC_OUTPUT >> configure.ac
-
cat > Makefile.am <<'END'
-EXTRA_DIST = *.foo $(srcdir)/*.foo $(builddir)/*.bar $(srcdir)/*.bar
+EXTRA_DIST = $(wildcard *.foo $(srcdir)/*.foo $(builddir)/*.bar $(srcdir)/*.bar)
.PHONY: test
test: distdir