Hash : f8c414f9 Author : Date : 1995-11-13T22:11:58
(distdir): Is relative to ".."
Download
1 2 3 4 5 6 7 8
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) dist: $(DIST_FILES) @for file in $(DIST_FILES); do \ echo linking $$file; \ ln $(srcdir)/$$file $(distdir)/$$file || \ { echo copying $$file instead; cp -p $(srcdir)/$$file $(distdir)/$$file;}; \ done