From 46b061b3e494b0454349895d4a6c179edba3a9d8 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 8 Oct 2005 21:43:56 +0000 Subject: [PATCH] rename libmissing to libnotimpl SVN-Revision: 2082 --- openwrt/toolchain/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2