binutils/
[deliverable/binutils-gdb.git] / gas / doc / Makefile.in
index db9c95e8191325cc9dee1b8f75188ddd70b53e1f..f999e0841b594ab04a52f2481652b5198d4738d1 100644 (file)
@@ -582,7 +582,8 @@ asconfig.texi: $(CONFIG).texi
 
 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.023879 seconds and 4 git commands to generate.