+2001-11-11 Bruno Haible <haible@clisp.cons.org>
+
+ * Makefile.in (dist): Avoid using hard links, because the automake-1.5
+ generated toplevel 'distdir' target chmods all the distributed files.
+
2001-11-10 Bruno Haible <haible@clisp.cons.org>
* libgnuintl.h (_INTL_PARAMS): Renamed from PARAMS, to avoid polluting
$(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; \
- ln $$dir/$$file $(distdir) 2> /dev/null \
- || cp -p $$dir/$$file $(distdir); \
+ cp -p $$dir/$$file $(distdir); \
done
Makefile: Makefile.in ../config.status