From 7a762829137870eaf69ee533a1e0e21bb4052cd3 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Fri, 4 Mar 2011 06:31:54 +0000 Subject: [PATCH] 2011-03-04 Yao Qi * Makefile.in: Remove GNU make feature --directory. --- gdb/gdbserver/ChangeLog | 4 ++++ gdb/gdbserver/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 3b7be586363..b17b8f8131a 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2011-03-04 Yao Qi + + * Makefile.in: Remove GNU make feature --directory. + 2011-02-28 Michael Snyder * utils.c (decimal2str): Initialize 'width' to nine, then diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 352f4f14c98..68f7bc67ab9 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" \ -- 2.30.2