aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-11-23 14:37:26 +0000
committerTom Tromey <tromey@redhat.com>2010-11-23 14:37:26 +0000
commit5ae98d2512a3d327aed9e66fc065e010e38379f9 (patch)
tree1050c5130a911e7a1c2f4efc782a3b133ff32df3 /gdb/Makefile.in
parentc77912127fd71c822df5b03a3190cddd19b1dd4f (diff)
downloadgdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.zip
gdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.tar.gz
gdb-5ae98d2512a3d327aed9e66fc065e010e38379f9.tar.bz2
gdb
* Makefile.in (SUBDIRS): Add doc. * configure: Rebuild. * configure.ac: Don't configure in doc. Create doc/Makefile. gdb/doc * Makefile.in (Makefile): Run ../config.status. (distclean): Update. * configure: Remove. * configure.ac: Remove.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 90f0eb7..ff10039 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -871,7 +871,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
TSOBS = inflow.o
-SUBDIRS = @subdirs@ data-directory
+SUBDIRS = doc @subdirs@ data-directory
CLEANDIRS = $(SUBDIRS) gnulib
# List of subdirectories in the build tree that must exist.