diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-10 03:06:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-10 03:06:36 +0000 |
commit | 98ae57e5466a89be84ba4b65bd85c53d71110fa3 (patch) | |
tree | 6d01fad59fdd2cf1ab620a59f7195f9bc67cf99d | |
parent | 25ce936bf8357abb9f38dd10bb2301cfc4150385 (diff) | |
download | idutils-98ae57e5466a89be84ba4b65bd85c53d71110fa3.tar.gz idutils-98ae57e5466a89be84ba4b65bd85c53d71110fa3.tar.bz2 idutils-98ae57e5466a89be84ba4b65bd85c53d71110fa3.zip |
(distdir): Renamed from dist. For compatibility with automake-0.32.
-rw-r--r-- | intl/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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); \ |