1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Makefile.in: Using '^' in the sed call caused a weird failure on Solaris 2.6.

Changed it to a ','.
This commit is contained in:
dan 2001-03-17 02:19:46 -08:00
parent 9c30964b86
commit 9d673c1da2
2 changed files with 6 additions and 1 deletions

View 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

View 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