]> sjero.net Git - wget/commitdiff
[svn] Don't split the sed invocation over multiple lines.
authorhniksic <devnull@localhost>
Fri, 24 Jun 2005 22:52:59 +0000 (15:52 -0700)
committerhniksic <devnull@localhost>
Fri, 24 Jun 2005 22:52:59 +0000 (15:52 -0700)
ChangeLog
Makefile.in

index 1e2a89b301a683fc2b6b2853cf5a2705d0841e6e..f9a0e188e8680d00fc993caa866f94b95f21008c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in (DISTFILES): Don't split the sed invocation across
+       several lines, Solaris make passes the backslashes to sed literally.
+
 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * Makefile.in: Instead of creating configure.bat from
index 54acb2c1592ae2f7f20203a6092e1467779bf223..65f5ac8fca3de7ed94cc03325f4df90cdcde3a29 100644 (file)
@@ -130,10 +130,7 @@ dist: $(srcdir)/configure DISTFILES
 DISTFILES: FORCE
        rm -rf $(DISTNAME)      
        (cd $(srcdir); find . ! -type d -print) \
-       | sed '/\/\(CVS\|RCS\)\//d; \
-               /$@/d; \
-               /\.tar.*/d; \
-               s/^.\///; /^\.$$/d;' \
+       | sed '/\/\(CVS\|RCS\)\//d; /$@/d; /\.tar.*/d; s/^.\///; /^\.$$/d;' \
        | sort | uniq > $@
 
 #