diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2004-01-05 22:13:52 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2004-01-05 22:13:52 +0000 |
commit | c658116845dc2b1daa9ccacc3bcd55d0349865f0 (patch) | |
tree | 786f2be4819cbb95e2043a50aebb24638d195826 /gas/Makefile.am | |
parent | 4301eeb1c79a4a87cddf3da5339ecb01e2c26cb0 (diff) | |
download | binutils-c658116845dc2b1daa9ccacc3bcd55d0349865f0.zip binutils-c658116845dc2b1daa9ccacc3bcd55d0349865f0.tar.gz binutils-c658116845dc2b1daa9ccacc3bcd55d0349865f0.tar.bz2 |
* Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* doc/Makefile.am (install, install-info): Remove.
(install-data-local): A new hook for install-info.
(AUTOMAKE_OPTIONS): Require automake 1.8.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 0063f13..84b5dda 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -456,12 +456,6 @@ po/POTFILES.in: @MAINT@ Makefile for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ && mv tmp $(srcdir)/po/POTFILES.in -# We want install to imply install-info as per GNU standards, despite the -# cygnus option. -install: install-recursive install-info -install-info: install-info-recursive -RECURSIVE_TARGETS += install-info-recursive - # Note: GASP is now deprecated and has been removed. It is still # available in the CVS archive or older binutils releases if it is needed. noinst_PROGRAMS = as-new |