remove subdir_do recursive make command in gdbserver/Makefile.in
This fixes: % [...]/gdbserver/configure % make distclean [...] rm -f amd64-avx.c amd64-avx-linux.c rm -f i386-mmx.c i386-mmx-linux.c make[1]: Entering directory `/[...]' make[1]: *** No rule to make target `subdir_do'. Stop. make[1]: Leaving directory `[...]' make: *** [distclean] Error 2 gdb/gdbserver/ChangeLog: * Makefile.in (maintainer-clean realclean distclean): Remove "make ... subdir_do" command.
This commit is contained in:
parent
71ff89863f
commit
43f70d4cf7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-03-10 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* Makefile.in (maintainer-clean realclean distclean): Remove
|
||||
"make ... subdir_do" command.
|
||||
|
||||
2011-03-09 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
Revert:
|
||||
|
|
|
@ -282,7 +282,6 @@ clean:
|
|||
rm -f i386-mmx.c i386-mmx-linux.c
|
||||
|
||||
maintainer-clean realclean distclean: clean
|
||||
@$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(CLEANDIRS)" subdir_do
|
||||
rm -f nm.h tm.h xm.h config.status config.h stamp-h config.log
|
||||
rm -f Makefile
|
||||
|
||||
|
|
Loading…
Reference in a new issue