binutils/
authorDaniel Jacobowitz <drow@false.org>
Tue, 17 May 2005 19:43:52 +0000 (19:43 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 17 May 2005 19:43:52 +0000 (19:43 +0000)
* 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.

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

index 8ce3d51..7f410d3 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * doc/Makefile.am (config.texi): Don't use $<.
+       * doc/Makefile.in: Regenerated.
+
 2005-05-15  Yitzchak Scott-Thoennes  <sthoenna@efn.org>
 
         * deflex.l: Ignore CRs
index 621f863..edda4a0 100644 (file)
@@ -36,7 +36,8 @@ binutils_TEXI = $(srcdir)/binutils.texi
 
 config.texi: $(srcdir)/../../bfd/configure $(binutils_TEXI)
        rm -f config.texi
-       eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@
+       eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \
+         echo "@set VERSION $$VERSION" > $@
        echo "@set UPDATED `date "+%B %Y"`" >> config.texi
 
 # Man page generation from texinfo
index 3896761..03d945b 100644 (file)
@@ -567,7 +567,8 @@ uninstall-man: uninstall-man1
 
 config.texi: $(srcdir)/../../bfd/configure $(binutils_TEXI)
        rm -f config.texi
-       eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@
+       eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \
+         echo "@set VERSION $$VERSION" > $@
        echo "@set UPDATED `date "+%B %Y"`" >> config.texi
 
 # Man page generation from texinfo
index 12f0505..ea056d4 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-17  Nick Clifton  <nickc@redhat.com>
 
        PR 876
index 9646ef8..8b623d8 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 db9c95e..f999e08 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)
index d4b751b..8021f9a 100644 (file)
@@ -1,5 +1,10 @@
 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
 
+       * Makefile.am (ldver.texi): Don't use $<.
+       * Makefile.in: Regenerated.
+
+2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
        * Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Explicitly include
        $(srcdir) before $(BFDDIR)/doc.
        * Makefile.in: Regenerated.
index c4e4b50..fec799d 100644 (file)
@@ -1635,7 +1635,8 @@ configdoc.texi:   ${DOCVER}-doc.texi
 
 ldver.texi: $(srcdir)/../bfd/configure
        rm -f $@
-       eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@
+       eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \
+         echo "@set VERSION $$VERSION" > $@
 
 $(srcdir)/ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
 ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
index bb8e816..7b0b87f 100644 (file)
@@ -2428,7 +2428,8 @@ configdoc.texi:   ${DOCVER}-doc.texi
 
 ldver.texi: $(srcdir)/../bfd/configure
        rm -f $@
-       eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@
+       eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \
+         echo "@set VERSION $$VERSION" > $@
 
 $(srcdir)/ld.info: $(srcdir)/ld.texinfo configdoc.texi ldver.texi
 ld.dvi: $(srcdir)/ld.texinfo configdoc.texi ldver.texi