From: gdt Date: Sat, 25 Nov 2006 13:06:18 +0000 (+0000) Subject: Avoid non-portable use of $< in non-pattern rule. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=289b209b123471ad6236880930bcae0a8f325a4e;p=debian%2Fgnuradio Avoid non-portable use of $< in non-pattern rule. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4018 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp/doc/Makefile.am b/usrp/doc/Makefile.am index 89f902e3..f39961ad 100644 --- a/usrp/doc/Makefile.am +++ b/usrp/doc/Makefile.am @@ -52,7 +52,7 @@ html/index.html: docbook-html: usrp_guide.html usrp_guide.html: usrp_guide.xml - xmlto html-nochunks $< + xmlto html-nochunks usrp_guide.xml install-data-local: $(mkinstalldirs) $(DESTDIR)$(docdir)