-2005-03-08 Bruno Haible <bruno@clisp.org>
+2005-03-14 Bruno Haible <bruno@clisp.org>
* gettext-0.14.3 released.
+2005-03-14 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in (dist, distdir): Ignore a failure to copy Makefile.in.
+ Needed because the automake-1.9 generated dist rule of the parent
+ directory already copies this file.
+
2005-03-08 Bruno Haible <bruno@clisp.org>
* Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 7:2:4.
$(MAKE) $(DISTFILES.common) $(DISTFILES.generated) $$additional; \
for file in ChangeLog $(DISTFILES.common) $(DISTFILES.generated) $$additional; do \
if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
- cp -p $$dir/$$file $(distdir) || exit 1; \
+ cp -p $$dir/$$file $(distdir) || test $$file = Makefile.in || exit 1; \
done; \
fi