diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-11-12 17:15:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-11-12 17:15:38 +0000 |
commit | 5e2d1ae86dc6130645c900c3f1e3dd27e938e833 (patch) | |
tree | 85d3e1b8df08f22986ccfa91d1868809c20e1cbd /gas/Makefile.am | |
parent | e7c27a734dad50986cc624f4e2b934056d70c288 (diff) | |
download | gdb-5e2d1ae86dc6130645c900c3f1e3dd27e938e833.zip gdb-5e2d1ae86dc6130645c900c3f1e3dd27e938e833.tar.gz gdb-5e2d1ae86dc6130645c900c3f1e3dd27e938e833.tar.bz2 |
* Makefile.am (install, install-info, RECURSIVE_TARGETS): Define.
* doc/Makefile.am (install-info): Define.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index 30b62c1..9f766d4 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -456,6 +456,12 @@ 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 |