From 10c6a00dab30ef6c0adf55955693ab715a492290 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 17 May 2005 19:47:17 +0000 Subject: [PATCH] * doc/Makefile.am (gasver.texi): Don't use $<. * doc/Makefile.in: Regenerated. --- gas/ChangeLog | 5 +++++ gas/doc/Makefile.am | 3 ++- gas/doc/Makefile.in | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 0a85308afd5..86282181bd1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2005-05-17 Daniel Jacobowitz + + * doc/Makefile.am (gasver.texi): Don't use $<. + * doc/Makefile.in: Regenerated. + 2005-05-02 Daniel Jacobowitz * doc/Makefile.am (gasver.texi): Correct quoting. diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 9646ef81761..8b623d845ed 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -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) diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 09420df52e1..e1ebcc2ef62 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -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) -- 2.47.2