From: Tom Tromey Date: Mon, 13 Nov 1995 22:04:19 +0000 (+0000) Subject: (dist): Don't handle DIST_DIRS. X-Git-Tag: Release-0-25~353 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=86ea88fcb4f0540b9eb0040ff60f835cc13b5d54;p=automake.git (dist): Don't handle DIST_DIRS. --- diff --git a/dist-subd.am b/dist-subd.am index 99b67101..0d65b0b6 100644 --- a/dist-subd.am +++ b/dist-subd.am @@ -1,5 +1,5 @@ distdir = $(PACKAGE)-$(VERSION)/$(subdir) -dist: $(DIST_FILES) $(DIST_DIRS) +dist: $(DIST_FILES) @for file in $(DIST_FILES); do \ echo linking $$file; \ ln $(srcdir)/$$file $(distdir)/$$file || \