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:
parent
9c30964b86
commit
9d673c1da2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user