]> sourceware.org Git - automake.git/commitdiff
(dist): Don't handle DIST_DIRS.
authorTom Tromey <tromey@redhat.com>
Mon, 13 Nov 1995 22:04:19 +0000 (22:04 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 13 Nov 1995 22:04:19 +0000 (22:04 +0000)
dist-subd.am

index 99b67101e5c664cd993df269738c5ed0d2cd4553..0d65b0b621397a2121bcaa885c81d28826e4bf2f 100644 (file)
@@ -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 || \
This page took 0.027642 seconds and 5 git commands to generate.