summaryrefslogtreecommitdiff
path: root/t/distdir.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/distdir.sh')
-rw-r--r--t/distdir.sh11
1 files changed, 4 insertions, 7 deletions
diff --git a/t/distdir.sh b/t/distdir.sh
index 827ebdf6d..688c7669e 100644
--- a/t/distdir.sh
+++ b/t/distdir.sh
@@ -14,12 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Test to make sure subdirs in EXTRA_DIST work. Also tests to make
-# sure *srcdir is properly handled. Note that using './', as in
-# EXTRA_DIST = ./joe
-# does not work portably: it fails with HP-UX and Tru64 make.
-# Also test DISTFILES containing a directory and a file in it,
-# and repeated directories.
+# Test to make sure subdirs in EXTRA_DIST work.
+# Also tests to make sure *srcdir is properly handled.
+# Also test the situation where the list of distributed files contains
+# a directory and a file in it, and repeated directories.
. test-init.sh
@@ -33,7 +31,6 @@ EXTRA_DIST = foo/bar joe $(top_srcdir)/woo/doo $(srcdir)/dada \
some another/sub yet \
some another/sub yet
-
all-local:
$(MKDIR_P) another/sub/subsub
touch another/sub/subsub/file2