summaryrefslogtreecommitdiff
path: root/openwrt/toolchain
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-08 21:43:56 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-08 21:43:56 +0000
commit5b21616d81028ca20e9c371075b3921100874e91 (patch)
tree05e9a3d210191b8bddc2441592e8f629bbefda44 /openwrt/toolchain
parent8331705293341e4c42d6115b6d8e5766df70b7d2 (diff)
downloadmtk-20170518-5b21616d81028ca20e9c371075b3921100874e91.zip
mtk-20170518-5b21616d81028ca20e9c371075b3921100874e91.tar.gz
mtk-20170518-5b21616d81028ca20e9c371075b3921100874e91.tar.bz2
rename libmissing to libnotimpl
SVN-Revision: 2082
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r--openwrt/toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/Makefile b/openwrt/toolchain/Makefile
index c56f263..361f7be 100644
--- a/openwrt/toolchain/Makefile
+++ b/openwrt/toolchain/Makefile
@@ -1,6 +1,6 @@
# Main makefile for the toolchain
include $(TOPDIR)/rules.mk
-TARGETS:=sed utils binutils gcc uClibc ipkg-utils gdb libmissing
+TARGETS:=sed utils binutils gcc uClibc ipkg-utils gdb libnotimpl
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))