binutils/
[deliverable/binutils-gdb.git] / gas / doc / Makefile.am
index 9646ef81761bb6283df71f26f484cdaf93a07516..8b623d845edabb4b7d104efa4ae09604515cb4a4 100644 (file)
@@ -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)
This page took 0.023234 seconds and 4 git commands to generate.