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 8ce3d5125d6e21c24d81b056f8808d4081ad8a93..7f410d323aca5ec3f4bb168ff9eaec18188a1129 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 621f863842c321a045d2eec08ddfc0a7a3b0a936..edda4a0d9f7806b3b5fbd1f66b1f10aa49d97086 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 38967613fe0d61708893678affaec76a1e0db3b5..03d945b0d30ca06f485aa1389b5c914a4d01b2ff 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 12f0505ae89fa5cf7c08fe00137dc1aecc59db73..ea056d4a7691d8daaa44e64efca7f0498b6185e9 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 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 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)
index d4b751b988e31996223b4ca89490b0311ad271a2..8021f9a4958f5759f7487d0f4db53c5d994f2dcc 100644 (file)
@@ -1,3 +1,8 @@
+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
index c4e4b50159d7ed81e462b5bd734bfb9de98752c3..fec799dfb544106fc53886d518d5f38771b1f401 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 bb8e816efc6992df0473625c0c1148a0a0aa8b5a..7b0b87f3a6283a19d215bbca6d2ca6bf49d80707 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
This page took 0.030435 seconds and 4 git commands to generate.