mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
Add all-tk dependancy to all-expect.
This commit is contained in:
@ -101,7 +101,7 @@ SUBDIRS = "this is set via configure, don't edit this"
|
|||||||
OTHERS =
|
OTHERS =
|
||||||
|
|
||||||
ALL = all.normal
|
ALL = all.normal
|
||||||
INSTALL_TARGET = install.all
|
INSTALL_TARGET = install-dirs $(INSTALL_MODULES) $(INSTALL_TARGET_MODULES) $(INSTALL_X11_MODULES)
|
||||||
|
|
||||||
CC_FOR_TARGET = ` \
|
CC_FOR_TARGET = ` \
|
||||||
if [ -f $${rootme}/gcc/Makefile ] ; then \
|
if [ -f $${rootme}/gcc/Makefile ] ; then \
|
||||||
@ -723,7 +723,7 @@ $(INSTALL_MODULES): install-dirs
|
|||||||
if [ -f ./$${dir}/Makefile ] ; then \
|
if [ -f ./$${dir}/Makefile ] ; then \
|
||||||
rootme=`pwd`; export rootme; \
|
rootme=`pwd`; export rootme; \
|
||||||
srcroot=`cd $(srcdir); pwd`; export srcroot; \
|
srcroot=`cd $(srcdir); pwd`; export srcroot; \
|
||||||
(cd $${dir}; $(MAKE) $(FLAGS_TO_PASS) install); \
|
(cd $${dir}; $(MAKE) install); \
|
||||||
else \
|
else \
|
||||||
true; \
|
true; \
|
||||||
fi
|
fi
|
||||||
@ -854,7 +854,7 @@ all-dejagnu:
|
|||||||
all-diff: all-libiberty
|
all-diff: all-libiberty
|
||||||
all-emacs:
|
all-emacs:
|
||||||
all-etc:
|
all-etc:
|
||||||
all-expect: all-tcl
|
all-expect: all-tcl all-tk
|
||||||
all-fileutils: all-libiberty
|
all-fileutils: all-libiberty
|
||||||
all-find:
|
all-find:
|
||||||
all-flex: all-libiberty all-byacc
|
all-flex: all-libiberty all-byacc
|
||||||
|
Reference in New Issue
Block a user