diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-04-29 14:03:55 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-04-29 14:03:55 +0000 |
commit | b8c449bfd0e357affc650a46e2bdcc5f6996a4ff (patch) | |
tree | 9727cbd6ccfce85287648d65cab86e0fc2aec743 /gas/doc/Makefile.in | |
parent | 2faa2958b5235c9921f25ccbb3147ca17ea3dc50 (diff) | |
download | gdb-b8c449bfd0e357affc650a46e2bdcc5f6996a4ff.zip gdb-b8c449bfd0e357affc650a46e2bdcc5f6996a4ff.tar.gz gdb-b8c449bfd0e357affc650a46e2bdcc5f6996a4ff.tar.bz2 |
bfd/
* doc/Makefile.am: Remove stamp rules. Depend on chew.c
instead of $(MKDOC).
* aclocal.m4, Makefile.in, doc/Makefile.in: Regnerated.
gas/
* doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
of Makefile.
(DISTCLEANFILES): Remove.
(MAINTAINERCLEANFILES): Add asconfig.texi.
* doc/Makefile.in: Regenerated.
Diffstat (limited to 'gas/doc/Makefile.in')
-rw-r--r-- | gas/doc/Makefile.in | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index dce0298..352c4e8 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.3 from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -252,8 +252,7 @@ CPU_DOCS = \ # This one isn't ready for prime time yet. Not even a little bit. noinst_TEXINFOS = internals.texi -DISTCLEANFILES = asconfig.texi -MAINTAINERCLEANFILES = gasver.texi +MAINTAINERCLEANFILES = asconfig.texi gasver.texi BASEDIR = $(srcdir)/../.. BFDDIR = $(BASEDIR)/bfd CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in @@ -349,7 +348,7 @@ as.html: as.texinfo $(DVIPS) -o $@ $< uninstall-info-am: - $(PRE_UNINSTALL) + @$(PRE_UNINSTALL) @if (install-info --version && \ install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ list='$(INFO_DEPS)'; \ @@ -365,7 +364,7 @@ uninstall-info-am: relfile=`echo "$$file" | sed 's|^.*/||'`; \ relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ (if cd "$(DESTDIR)$(infodir)"; then \ - echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \ + echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ else :; fi); \ done @@ -475,7 +474,6 @@ clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -582,9 +580,9 @@ asconfig.texi: $(CONFIG).texi || ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \ || cp $(srcdir)/$(CONFIG).texi ./asconfig.texi -gasver.texi: Makefile +gasver.texi: $(srcdir)/../../bfd/configure rm -f $@ - echo '@set VERSION $(VERSION)' > $@ + eval `grep '^ *VERSION=' $<`; 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) |