Makefile.steps
changeset 148 567f1673d59d
parent 136 22b5ef41df97
child 150 9fd545714174
     1.1 --- a/Makefile.steps	Sun May 27 20:22:06 2007 +0000
     1.2 +++ b/Makefile.steps	Fri Jun 01 16:55:33 2007 +0000
     1.3 @@ -13,6 +13,7 @@
     1.4  libc                    \
     1.5  cc                      \
     1.6  libc_finish             \
     1.7 +tools                   \
     1.8  debug                   \
     1.9  :
    1.10  	@make -C "$(CT_TOP_DIR)" RESTART=$@ STOP=$@
    1.11 @@ -29,6 +30,7 @@
    1.12  -libc                   \
    1.13  -cc                     \
    1.14  -libc_finish            \
    1.15 +-tools                  \
    1.16  -debug                  \
    1.17  :
    1.18  	@make -C "$(CT_TOP_DIR)" STOP=$(patsubst -%,%,$@)
    1.19 @@ -45,6 +47,7 @@
    1.20  libc-                   \
    1.21  cc-                     \
    1.22  libc_finish-            \
    1.23 +tools-                  \
    1.24  debug-                  \
    1.25  :
    1.26  	@make -C "$(CT_TOP_DIR)" RESTART=$(patsubst %-,%,$@)