summaryrefslogtreecommitdiffstats
path: root/intl/Makefile.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-20 15:43:27 +0000
committerBruno Haible <bruno@clisp.org>2001-03-20 15:43:27 +0000
commita9fb7511306392558a76730ac23a6dee24800770 (patch)
treeb07b39b33c2a7d6bbfafdd90645965ed29a1b41f /intl/Makefile.in
parent5c822cd1c7f692c722457238ed935ebf789b6bb3 (diff)
downloadexternal_gettext-a9fb7511306392558a76730ac23a6dee24800770.zip
external_gettext-a9fb7511306392558a76730ac23a6dee24800770.tar.gz
external_gettext-a9fb7511306392558a76730ac23a6dee24800770.tar.bz2
Fix for the 'dist' target.
Diffstat (limited to 'intl/Makefile.in')
-rw-r--r--intl/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index c14737f..3250c34 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -275,12 +275,13 @@ maintainer-clean: distclean
# GNU gettext needs not contain the file `VERSION' but contains some
# other files which should not be distributed in other packages.
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
-dist distdir: Makefile $(DISTFILES)
+dist distdir: Makefile
if test "$(PACKAGE)" = gettext; then \
additional="$(DISTFILES.gettext)"; \
else \
additional="$(DISTFILES.normal)"; \
fi; \
+ $(MAKE) $(DISTFILES.common) $$additional; \
for file in ChangeLog $(DISTFILES.common) $$additional; do \
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|| cp -p $(srcdir)/$$file $(distdir); \