diff -r 22b5ef41df97 -r 567f1673d59d Makefile.steps --- a/Makefile.steps Sun May 27 20:22:06 2007 +0000 +++ b/Makefile.steps Fri Jun 01 16:55:33 2007 +0000 @@ -13,6 +13,7 @@ libc \ cc \ libc_finish \ +tools \ debug \ : @make -C "$(CT_TOP_DIR)" RESTART=$@ STOP=$@ @@ -29,6 +30,7 @@ -libc \ -cc \ -libc_finish \ +-tools \ -debug \ : @make -C "$(CT_TOP_DIR)" STOP=$(patsubst -%,%,$@) @@ -45,6 +47,7 @@ libc- \ cc- \ libc_finish- \ +tools- \ debug- \ : @make -C "$(CT_TOP_DIR)" RESTART=$(patsubst %-,%,$@)