]> sjero.net Git - wget/commitdiff
[svn] Makefile.in: Using '^' in the sed call caused a weird failure on Solaris 2.6.
authordan <devnull@localhost>
Sat, 17 Mar 2001 10:19:46 +0000 (02:19 -0800)
committerdan <devnull@localhost>
Sat, 17 Mar 2001 10:19:46 +0000 (02:19 -0800)
Changed it to a ','.

doc/ChangeLog
doc/Makefile.in

index 8b861f9903357189b03f9f3df9e14e92a5490b04..433620abf027bc3d5aa22dc800ff17f82160775e 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-17  Dan Harkless  <wget@harkless.org>
+
+       * Makefile.in: Using '^' in the sed call caused a weird failure on 
+       Solaris 2.6.  Changed it to a ','.
+       
 2001-02-23  Dan Harkless  <wget@harkless.org>
 
        * wget.texi: Corrections, clarifications, and English fixes to
index a410d97ece678cb70f04b988ab788682a3bfaf38..f98d8b60387b940f5f1fa1edde79e40689af77e8 100644 (file)
@@ -65,7 +65,7 @@ wget.info: $(SAMPLERCTEXI) $(srcdir)/wget.texi
        -$(MAKEINFO)
 
 $(TEXI2POD): $(srcdir)/$(TEXI2POD).in
-       sed s^/usr/bin/perl^@PERL@^ $< > $@
+       sed s,/usr/bin/perl,@PERL@, $< > $@
        chmod u+x $@
 
 wget.pod: $(srcdir)/wget.texi texi2pod.pl