From: Yao Qi Date: Fri, 4 Mar 2011 06:31:54 +0000 (+0000) Subject: 2011-03-04 Yao Qi X-Git-Tag: cgen-snapshot-20110401~415 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a762829137870eaf69ee533a1e0e21bb4052cd3;p=platform%2Fupstream%2Fbinutils.git 2011-03-04 Yao Qi * Makefile.in: Remove GNU make feature --directory. --- diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 3b7be58..b17b8f8 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 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" \