]> sourceware.org Git - automake.git/commitdiff
(distdir): Is relative to ".."
authorTom Tromey <tromey@redhat.com>
Mon, 13 Nov 1995 22:11:58 +0000 (22:11 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 13 Nov 1995 22:11:58 +0000 (22:11 +0000)
dist-subd.am

index 0d65b0b621397a2121bcaa885c81d28826e4bf2f..204752dc0a1df4ac9a0049d3f3ec488fb4f37392 100644 (file)
@@ -1,4 +1,4 @@
-distdir = $(PACKAGE)-$(VERSION)/$(subdir)
+distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
 dist: $(DIST_FILES)
        @for file in $(DIST_FILES); do \
          echo linking $$file; \
This page took 0.026913 seconds and 5 git commands to generate.