From: Nicolas Thill Date: Sat, 8 Oct 2005 21:43:56 +0000 (+0000) Subject: rename libmissing to libnotimpl X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b21616d81028ca20e9c371075b3921100874e91;p=librecmc%2Flibrecmc.git rename libmissing to libnotimpl SVN-Revision: 2082 --- 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))