]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix an influence of automake-1.5 on "make dist".
authorBruno Haible <bruno@clisp.org>
Mon, 12 Nov 2001 12:24:04 +0000 (12:24 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:56:33 +0000 (22:56 +0200)
intl/ChangeLog
intl/Makefile.in

index b86d004d3a275efa5733cafde12a2368390a4c35..ed03cfe22fcc154bb6944cdbfd8718925833da7a 100644 (file)
@@ -1,3 +1,8 @@
+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
index aa2962b7f7e2bc0c583bf20659326468791a4b90..614912ee1e063325940aa311573893921dfb9129 100644 (file)
@@ -323,8 +323,7 @@ dist distdir: Makefile
        $(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