mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't use $< in an explicit rule.
Submitted by Larry Jones.
This commit is contained in:
parent
b381aee988
commit
89b218e02f
@ -1,3 +1,7 @@
|
|||||||
|
2005-04-08 Larry Jones <lawrence.jones@ugsplm.com>
|
||||||
|
|
||||||
|
* Makefile.in (wget.info): Don't use $< in an explicit rule.
|
||||||
|
|
||||||
2005-03-22 Joseph Caretto <jcaretto@pitt.edu>
|
2005-03-22 Joseph Caretto <jcaretto@pitt.edu>
|
||||||
|
|
||||||
* texi2pod.pl.in: Handle asis again. It used to work (see the
|
* texi2pod.pl.in: Handle asis again. It used to work (see the
|
||||||
|
@ -66,7 +66,7 @@ $(SAMPLERCTEXI): $(srcdir)/sample.wgetrc
|
|||||||
sed s/@/@@/g $? > $@
|
sed s/@/@@/g $? > $@
|
||||||
|
|
||||||
wget.info: $(srcdir)/wget.texi $(SAMPLERCTEXI)
|
wget.info: $(srcdir)/wget.texi $(SAMPLERCTEXI)
|
||||||
$(MAKEINFO) -I$(srcdir) $<
|
$(MAKEINFO) -I$(srcdir) $(srcdir)/wget.texi
|
||||||
|
|
||||||
$(TEXI2POD): $(srcdir)/$(TEXI2POD).in
|
$(TEXI2POD): $(srcdir)/$(TEXI2POD).in
|
||||||
sed 's,^#! /usr/bin/perl,#! @PERL@,' $? > $@
|
sed 's,^#! /usr/bin/perl,#! @PERL@,' $? > $@
|
||||||
|
Loading…
Reference in New Issue
Block a user