gdb/gdbserver/ * Makefile.in: Remove GNU make feature --direcotry. diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index d27c942..14ee91f 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -200,7 +200,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" \