From 289b209b123471ad6236880930bcae0a8f325a4e Mon Sep 17 00:00:00 2001 From: gdt Date: Sat, 25 Nov 2006 13:06:18 +0000 Subject: [PATCH] Avoid non-portable use of $< in non-pattern rule. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4018 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp/doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2