diff options
author | Stu Grossman <grossman@cygnus> | 1992-01-19 00:04:43 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-01-19 00:04:43 +0000 |
commit | 1a7cac26ae1ea63e0d9f2fd39aef5ce130fb7989 (patch) | |
tree | c6efecab709c38949729f971848ba4dcb25e0f5e /Makefile.in | |
parent | c1e296fc1fc7a54bcdf40426a6e3be000396cb64 (diff) | |
download | gdb-1a7cac26ae1ea63e0d9f2fd39aef5ce130fb7989.zip gdb-1a7cac26ae1ea63e0d9f2fd39aef5ce130fb7989.tar.gz gdb-1a7cac26ae1ea63e0d9f2fd39aef5ce130fb7989.tar.bz2 |
* Makefile.in (DEV_SUPPORT): add configure.man.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |