1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 12:43:56 +02:00

oops, forgot to remove references to libnotimpl

SVN-Revision: 5356
This commit is contained in:
Nicolas Thill 2006-10-31 11:33:34 +00:00
parent 2f9448bd1f
commit 8ec5b1d614

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