From f8c414f9d6576aa07661687004d7c73bf2cfae37 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 13 Nov 1995 22:11:58 +0000 Subject: [PATCH] (distdir): Is relative to ".." --- dist-subd.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.7.4