]> sourceware.org Git - automake.git/commitdiff
Changed to conform to new top-level dist target.
authorTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 18:49:38 +0000 (18:49 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Nov 1995 18:49:38 +0000 (18:49 +0000)
dist-subd.am

index 34c4c2c1e2c1cb3c0a1b9ce797d9fa4da30d3667..99b67101e5c664cd993df269738c5ed0d2cd4553 100644 (file)
@@ -1,8 +1,8 @@
+distdir = $(PACKAGE)-$(VERSION)/$(subdir)
 dist: $(DIST_FILES) $(DIST_DIRS)
-       -mkdir ../`cat ../distname`/$(subdir)
        @for file in $(DIST_FILES); do \
          echo linking $$file; \
-         ln $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file || \
-           { echo copying $$file instead; cp -p $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file;}; \
+         ln $(srcdir)/$$file $(distdir)/$$file || \
+           { echo copying $$file instead; cp -p $(srcdir)/$$file $(distdir)/$$file;}; \
        done
 
This page took 0.028793 seconds and 5 git commands to generate.