diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-18 23:39:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-18 23:39:39 +0000 |
commit | 8c709551ffb7ba5d28c504cc7bb0cab06e9324cb (patch) | |
tree | b8c656a14356d26b64ad3a64e8e04167812a6922 /Makefile | |
parent | ddb5ebab06e5f8dfbf72705f292875b4452e0cc1 (diff) |
put sed check in the correct place
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y) # along with the packages to build for the target. # ############################################################## -TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc uclibc-target-utils +TARGETS:=kernel-headers uclibc-configured binutils gcc uclibc-target-utils include toolchain/Makefile.in include package/Makefile.in |