From 970c3dbce892feccbd6334ebc431a82b84934efd Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 17 May 2005 19:43:52 +0000 Subject: binutils/ * doc/Makefile.am (config.texi): Don't use $<. * doc/Makefile.in: Regenerated. ld/ * Makefile.am (ldver.texi): Don't use $<. * Makefile.in: Regenerated. gas/ * doc/Makefile.am (gasver.texi): Don't use $<. * doc/Makefile.in: Regenerated. --- gas/doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gas/doc/Makefile.am') diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 9646ef8..8b623d8 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -60,7 +60,8 @@ CPU_DOCS = \ gasver.texi: $(srcdir)/../../bfd/configure rm -f $@ - eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@ + eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \ + echo "@set VERSION $$VERSION" > $@ $(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) -- cgit v1.1