aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-10-31 11:33:34 +0000
committerNicolas Thill <nico@openwrt.org>2006-10-31 11:33:34 +0000
commit08491cf7d655ce78071b9d4fb1631f6cfe1b1551 (patch)
treebc651081355b8ce2a910057ea313814a4c64ffe7 /toolchain/Makefile
parent4a45e20e4b73be93e2bfcb40949ba5376bbbcc9e (diff)
downloadmaster-187ad058-08491cf7d655ce78071b9d4fb1631f6cfe1b1551.tar.gz
master-187ad058-08491cf7d655ce78071b9d4fb1631f6cfe1b1551.tar.bz2
master-187ad058-08491cf7d655ce78071b9d4fb1631f6cfe1b1551.zip
oops, forgot to remove references to libnotimpl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5356 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 2d8d88219d..3f12218c29 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -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