diff options
author | Rob Savoye <rob@cygnus> | 1993-06-01 04:48:51 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-06-01 04:48:51 +0000 |
commit | c6ba9ae090eaccf42291ed5bf5da4c6deae82e1c (patch) | |
tree | 724e3e7c94d650eec475304c488b7b4e66962d9a /Makefile.in | |
parent | e535e37532ae05aefdfe1096605b6c6feee54a0e (diff) | |
download | gdb-c6ba9ae090eaccf42291ed5bf5da4c6deae82e1c.zip gdb-c6ba9ae090eaccf42291ed5bf5da4c6deae82e1c.tar.gz gdb-c6ba9ae090eaccf42291ed5bf5da4c6deae82e1c.tar.bz2 |
Add all-tk dependancy to all-expect.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 2b8ae3a..ba7c62e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,7 +101,7 @@ SUBDIRS = "this is set via configure, don't edit this" OTHERS = ALL = all.normal -INSTALL_TARGET = install.all +INSTALL_TARGET = install-dirs $(INSTALL_MODULES) $(INSTALL_TARGET_MODULES) $(INSTALL_X11_MODULES) CC_FOR_TARGET = ` \ if [ -f $${rootme}/gcc/Makefile ] ; then \ @@ -723,7 +723,7 @@ $(INSTALL_MODULES): install-dirs if [ -f ./$${dir}/Makefile ] ; then \ rootme=`pwd`; export rootme; \ srcroot=`cd $(srcdir); pwd`; export srcroot; \ - (cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \ + (cd $${dir}; $(MAKE) install); \ else \ true; \ fi @@ -854,7 +854,7 @@ all-dejagnu: all-diff: all-libiberty all-emacs: all-etc: -all-expect: all-tcl +all-expect: all-tcl all-tk all-fileutils: all-libiberty all-find: all-flex: all-libiberty all-byacc |