diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com) + * Makefile.in (DEV_SUPPORT): add configure.man. + * config.sub(Decode manufacturer-specific): add -none*. Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com) diff --git a/Makefile.in b/Makefile.in index 8d9e012..a3075ee 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1713,7 +1713,7 @@ Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) # Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc DEVO_SUPPORT= README cfg-paper.texi Makefile.in configure configure.in \ - config.sub config + config.sub config configure.man GDB_SUPPORT_DIRS= bfd include libiberty readline glob GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) texinfo/fsf/texinfo.tex |