diff -r d647d0e6021e -r 63586e9dcfc3 steps.mk --- a/steps.mk Wed Aug 15 14:59:37 2007 +0000 +++ b/steps.mk Mon Apr 28 07:38:36 2008 +0000 @@ -1,19 +1,22 @@ # Makefile for each steps # Copyright 2006 Yann E. MORIN -CT_STEPS := libc_check_config \ - kernel_check_config \ - kernel_headers \ - binutils \ - cc_core_pass_1 \ - libc_headers \ - libc_start_files \ - cc_core_pass_2 \ - libc \ - cc \ - libc_finish \ - tools \ - debug \ +CT_STEPS := libc_check_config \ + kernel_check_config \ + kernel_headers \ + binutils \ + cc_core_pass_1 \ + libc_headers \ + libc_start_files \ + cc_core_pass_2 \ + libc \ + cc \ + libc_finish \ + binutils_target \ + tools \ + debug \ + +export CT_STEPS $(CT_STEPS): @$(CT_NG) RESTART=$@ STOP=$@ build