From: Tom Tromey Date: Mon, 13 Nov 1995 22:11:58 +0000 (+0000) Subject: (distdir): Is relative to ".." X-Git-Tag: v1.10.2~4026 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8c414f9d6576aa07661687004d7c73bf2cfae37;p=platform%2Fupstream%2Fautomake.git (distdir): Is relative to ".." --- diff --git a/dist-subd.am b/dist-subd.am index 0d65b0b..204752d 100644 --- a/dist-subd.am +++ b/dist-subd.am @@ -1,4 +1,4 @@ -distdir = $(PACKAGE)-$(VERSION)/$(subdir) +distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) dist: $(DIST_FILES) @for file in $(DIST_FILES); do \ echo linking $$file; \