From 5b21616d81028ca20e9c371075b3921100874e91 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.25.1