diff options
author | Alan Modra <amodra@gmail.com> | 2002-02-11 05:12:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-02-11 05:12:26 +0000 |
commit | 9253c5e5c10f61f8093f193f40562443c45ceacd (patch) | |
tree | b830c2624077a42c8b48c50e6761ecc44cb6cee6 /gas/doc | |
parent | 12b87c89b6e52a274148e1464ff625a5f7ebbb99 (diff) | |
download | gdb-9253c5e5c10f61f8093f193f40562443c45ceacd.zip gdb-9253c5e5c10f61f8093f193f40562443c45ceacd.tar.gz gdb-9253c5e5c10f61f8093f193f40562443c45ceacd.tar.bz2 |
* Makefile.am: "make dep-am".
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 58e08e6..d87c923 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 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. @@ -281,7 +281,7 @@ uninstall-info: else ii=; fi; \ list='$(INFO_DEPS)'; \ for file in $$list; do \ - test -z "$ii" \ + test -z "$$ii" \ || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \ done @$(NORMAL_UNINSTALL) |