aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-22 07:17:49 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-22 07:17:49 +0000
commita3a063a9c3de31c912f56166b097e9dbf1aa94b6 (patch)
treef56fd721e8e24d406e5988c272347f67d7a990bc
parent27612c29661b7055af2fd24ed7aec0be740bcd52 (diff)
downloadfsf-binutils-gdb-a3a063a9c3de31c912f56166b097e9dbf1aa94b6.zip
fsf-binutils-gdb-a3a063a9c3de31c912f56166b097e9dbf1aa94b6.tar.gz
fsf-binutils-gdb-a3a063a9c3de31c912f56166b097e9dbf1aa94b6.tar.bz2
Add glob to SUBDIRS and GDB_SUPPORT_DIRS.
Remove texinfo from configdirs in GDB releases' configure.in file, since it won't have any config scripts.
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index b475a67..8893ba4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,7 +40,7 @@ MAKEINFO = `if [ -d $(unsubdir)/../texinfo/C ] ; \
else echo echo ; fi`
#\`(cd $(srcdir)/bison ; \\`pwd\\`)\`
-SUBDIRS = libiberty readline bfd gdb binutils ld gas gcc gnulib clib
+SUBDIRS = libiberty glob readline bfd gdb binutils ld gas gcc gnulib clib
OTHERS =
ALL = all.normal
@@ -254,7 +254,7 @@ Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
DEVO_SUPPORT= README DOC.configure Makefile.in configure configure.in \
config.sub config
-GDB_SUPPORT_DIRS= bfd include libiberty readline
+GDB_SUPPORT_DIRS= bfd include libiberty readline glob
GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS) texinfo/fsf/texinfo.tex
setup-dirs: force_update
@@ -278,6 +278,9 @@ make-gdb.tar.Z: $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) gdb texinfo/fsf/texinfo.tex
(cd proto-toplev; for i in $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS); do \
ln -s ../$$i . ; \
done)
+ # Take out texinfo from configurable dirs
+ rm proto-toplev/configure.in
+ sed '/^configdirs=/s/texinfo //' <configure.in >proto-toplev/configure.in
mkdir proto-toplev/texinfo
mkdir proto-toplev/texinfo/fsf
ln -s ../../../texinfo/fsf/texinfo.tex proto-toplev/texinfo/fsf/