aboutsummaryrefslogtreecommitdiffstats
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
parent8331705293341e4c42d6115b6d8e5766df70b7d2 (diff)
downloadupstream-5b21616d81028ca20e9c371075b3921100874e91.tar.gz
upstream-5b21616d81028ca20e9c371075b3921100874e91.tar.bz2
upstream-5b21616d81028ca20e9c371075b3921100874e91.zip
rename libmissing to libnotimpl
SVN-Revision: 2082
-rw-r--r--openwrt/toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/Makefile b/openwrt/toolchain/Makefile
index c56f263bcc..361f7be5bb 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))