]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* doc/Makefile.am (gasver.texi): Don't use $<.
authorDaniel Jacobowitz <drow@false.org>
Tue, 17 May 2005 19:47:17 +0000 (19:47 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 17 May 2005 19:47:17 +0000 (19:47 +0000)
* doc/Makefile.in: Regenerated.

gas/ChangeLog
gas/doc/Makefile.am
gas/doc/Makefile.in

index 0a85308afd5de6fa11ce48490df5b5dbb3f64e8c..86282181bd13e05e9f5a13bcf43cebf43bf04d38 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * doc/Makefile.am (gasver.texi): Don't use $<.
+       * doc/Makefile.in: Regenerated.
+
 2005-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * doc/Makefile.am (gasver.texi): Correct quoting.
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)
index 09420df52e15e4c743bc0c814116c1dfea0ab6e0..e1ebcc2ef62ead26275206bc24ca97e8081d4bfa 100644 (file)
@@ -581,7 +581,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)