From bbfddcdf638300479cc9cd7b2a2d0ad6cafe0335 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 12 Nov 1995 18:49:38 +0000 Subject: [PATCH] Changed to conform to new top-level dist target. --- dist-subd.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist-subd.am b/dist-subd.am index 34c4c2c1..99b67101 100644 --- a/dist-subd.am +++ b/dist-subd.am @@ -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 -- 2.43.5