]> sjero.net Git - wget/commitdiff
[svn] Don't use $< in an explicit rule.
authorhniksic <devnull@localhost>
Fri, 8 Apr 2005 21:01:30 +0000 (14:01 -0700)
committerhniksic <devnull@localhost>
Fri, 8 Apr 2005 21:01:30 +0000 (14:01 -0700)
Submitted by Larry Jones.

doc/ChangeLog
doc/Makefile.in

index 561d66155320de36b0f7f6dbb6c490f06f9fa77e..e7fabbf6161212b48c5f43337a7e35bf889e90ed 100644 (file)
@@ -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>
 
        * texi2pod.pl.in: Handle asis again.  It used to work (see the
index 76e161cdda03df6ebaa5428d059e523a21a48143..e684e17d25df7d065c7f236be7d413d755f298b1 100644 (file)
@@ -66,7 +66,7 @@ $(SAMPLERCTEXI): $(srcdir)/sample.wgetrc
        sed s/@/@@/g $? > $@
 
 wget.info: $(srcdir)/wget.texi $(SAMPLERCTEXI)
-       $(MAKEINFO) -I$(srcdir) $<
+       $(MAKEINFO) -I$(srcdir) $(srcdir)/wget.texi
 
 $(TEXI2POD): $(srcdir)/$(TEXI2POD).in
        sed 's,^#! /usr/bin/perl,#! @PERL@,' $? > $@