From e7604627102ea316301a180a6d1971c0d4de834a Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 8 Oct 2005 21:43:56 +0000 Subject: rename libmissing to libnotimpl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2082 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/toolchain/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt') diff --git a/openwrt/toolchain/Makefile b/openwrt/toolchain/Makefile index c56f263bc..361f7be5b 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)) -- cgit v1.2.3