diff options
author | Yao Qi <yao@codesourcery.com> | 2011-03-04 06:31:54 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-03-04 06:31:54 +0000 |
commit | 7a762829137870eaf69ee533a1e0e21bb4052cd3 (patch) | |
tree | b3cca3564c7d78abd27f8e3df07627ee4c9e6231 /gdb/gdbserver/Makefile.in | |
parent | 86ed8cf62c63871ccaa34b495e215d33b5c53aad (diff) | |
download | gdb-7a762829137870eaf69ee533a1e0e21bb4052cd3.zip gdb-7a762829137870eaf69ee533a1e0e21bb4052cd3.tar.gz gdb-7a762829137870eaf69ee533a1e0e21bb4052cd3.tar.bz2 |
2011-03-04 Yao Qi <yao@codesourcery.com>
* Makefile.in: Remove GNU make feature --directory.
Diffstat (limited to 'gdb/gdbserver/Makefile.in')
-rw-r--r-- | gdb/gdbserver/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 352f4f1..68f7bc6 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -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" \ |