2011-03-04 Yao Qi <yao@codesourcery.com>
* Makefile.in: Remove GNU make feature --directory.
This commit is contained in:
parent
86ed8cf62c
commit
7a76282913
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-03-04 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* Makefile.in: Remove GNU make feature --directory.
|
||||
|
||||
2011-02-28 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* utils.c (decimal2str): Initialize 'width' to nine, then
|
||||
|
|
|
@ -197,7 +197,7 @@ FLAGS_TO_PASS = \
|
|||
all: gdbserver$(EXEEXT) gdbreplay$(EXEEXT) $(extra_libraries)
|
||||
|
||||
$(LIBCOMMON): $(LIBCOMMON_DIR)/Makefile
|
||||
@$(MAKE) $(FLAGS_TO_PASS) DO=all --directory=common
|
||||
@$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=common subdir_do
|
||||
|
||||
common/Makefile: configure-common config.status
|
||||
CONFIG_FILES="common/Makefile" \
|
||||
|
|
Loading…
Reference in a new issue