From: Nicolas Thill Date: Sat, 8 Oct 2005 21:43:56 +0000 (+0000) Subject: rename libmissing to libnotimpl X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=949ffb897b9a56b985f2e93f673418bb92580f16;p=15.05%2Fopenwrt.git rename libmissing to libnotimpl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2082 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))