diff options
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 |