oops, forgot to remove references to libnotimpl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5356 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2006-10-31 11:33:34 +00:00
parent 4a45e20e4b
commit 08491cf7d6
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#
include $(TOPDIR)/rules.mk
TARGETS-y:=kernel-headers libnotimpl
TARGETS-y:=kernel-headers
TARGETS-$(CONFIG_GDB) += gdb
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
TARGETS-y+=binutils gcc uClibc
@ -29,7 +29,6 @@ ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
binutils-prepare: uClibc-prepare
gcc-prepare: binutils-install
uClibc-compile: gcc-compile
libnotimpl-compile: gcc-install
endif
gcc-install: uClibc-install