diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-01-26 21:27:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-01-26 21:27:36 +0000 |
commit | 7562a29612ac52595250432be4826307b39e2bad (patch) | |
tree | 111cfb6b102e09256e7c59b85a4f82bb6eefbee1 /bfd | |
parent | ec0806ec8163a1819054c7ac01dfd465d4b15aef (diff) | |
download | gdb-7562a29612ac52595250432be4826307b39e2bad.zip gdb-7562a29612ac52595250432be4826307b39e2bad.tar.gz gdb-7562a29612ac52595250432be4826307b39e2bad.tar.bz2 |
* doc/Makefile.am (install): Depend on install-info.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/doc/Makefile.am | 4 | ||||
-rw-r--r-- | bfd/doc/Makefile.in | 7 |
3 files changed, 15 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 734f759..b227ef8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-01-26 Hans-Peter Nilsson <hp@bitrange.com> + + * doc/Makefile.am (install): Depend on install-info. + * doc/Makefile.in: Regenerate. + 2002-01-26 Egor Duda <deo@logos-m.ru> * elf.c (elfcore_grok_win32pstatus): Copy only as much information diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am index 075c9f3..cbfd342 100644 --- a/bfd/doc/Makefile.am +++ b/bfd/doc/Makefile.am @@ -272,3 +272,7 @@ CLEANFILES = s-* *.p *.ip DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log MAINTAINERCLEANFILES = $(DOCFILES) + +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index dc85d4b..ace09a5 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -116,6 +116,7 @@ WIN32LIBADD = @WIN32LIBADD@ all_backends = @all_backends@ bfd_backends = @bfd_backends@ bfd_default_target_size = @bfd_default_target_size@ +bfd_libs = @bfd_libs@ bfd_machines = @bfd_machines@ bfd_version = @bfd_version@ bfd_version_date = @bfd_version_date@ @@ -241,7 +242,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -631,6 +632,10 @@ bfd.h: $(BFD_H_DEP) echo "#endif" >> $@ echo "#endif" >> $@ +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |