diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-06-20 20:40:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-06-20 20:40:40 +0000 |
commit | 45f85b088a099e8a5ab91e9153c9e0c061048072 (patch) | |
tree | c5e4a1db354428f54061fbbdc274b81ce212adf3 /gas/doc | |
parent | 8a20f077fe9040ba1f32e219a2da7c21c0e6cd1f (diff) | |
download | gdb-45f85b088a099e8a5ab91e9153c9e0c061048072.zip gdb-45f85b088a099e8a5ab91e9153c9e0c061048072.tar.gz gdb-45f85b088a099e8a5ab91e9153c9e0c061048072.tar.bz2 |
2000-06-20 H.J. Lu <hjl@gnu.org>
* Makefile.am: Rebuild dependency.
* Makefile.in: Rebuild.
* configure: Likewise.
* doc/Makefile.in: Likewise.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/Makefile.in | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 059a682..ce79b5a 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4a from Makefile.am +# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -46,10 +46,9 @@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_FLAG = transform = @program_transform_name@ NORMAL_INSTALL = : @@ -120,7 +119,28 @@ man_MANS = as.1 info_TEXINFOS = as.texinfo gasp.texi -CPU_DOCS = c-a29k.texi c-arm.texi c-d10v.texi c-h8300.texi c-h8500.texi c-hppa.texi c-i370.texi c-i386.texi c-i960.texi c-m32r.texi c-m68hc11.texi c-m68k.texi c-mips.texi c-ns32k.texi c-pj.texi c-sh.texi c-sparc.texi c-tic54x.texi c-vax.texi c-v850.texi c-z8k.texi +CPU_DOCS = \ + c-a29k.texi \ + c-arm.texi \ + c-d10v.texi \ + c-h8300.texi \ + c-h8500.texi \ + c-hppa.texi \ + c-i370.texi \ + c-i386.texi \ + c-i960.texi \ + c-m32r.texi \ + c-m68hc11.texi \ + c-m68k.texi \ + c-mips.texi \ + c-ns32k.texi \ + c-pj.texi \ + c-sh.texi \ + c-sparc.texi \ + c-tic54x.texi \ + c-vax.texi \ + c-v850.texi \ + c-z8k.texi # This one isn't ready for prime time yet. Not even a little bit. @@ -360,7 +380,7 @@ uninstall: uninstall-am all-am: Makefile $(MANS) all-redirect: all-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 |