From 98ae57e5466a89be84ba4b65bd85c53d71110fa3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 May 1996 03:06:36 +0000 Subject: (distdir): Renamed from dist. For compatibility with automake-0.32. --- intl/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intl/Makefile.in b/intl/Makefile.in index ca47291..6c915ec 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -142,8 +142,9 @@ maintainer-clean: distclean @echo "it deletes files that may require special tools to rebuild." +.PHONY: distdir distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) -dist: Makefile $(DISTFILES) +distdir: Makefile $(DISTFILES) for file in $(DISTFILES); do \ ln $(srcdir)/$$file $(distdir) 2> /dev/null \ || cp -p $(srcdir)/$$file $(distdir); \ -- cgit v1.2.3