diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-08 21:43:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-08 21:43:56 +0000 |
commit | 1a36098dc59e69ae96908f8d64186eb5b18f725a (patch) | |
tree | 11928e278f3c6453321ac062636c980653c9c23b /toolchain | |
parent | fae7b491dc9af9ee89920f189c122e2dce5c4272 (diff) | |
download | upstream-1a36098dc59e69ae96908f8d64186eb5b18f725a.tar.gz upstream-1a36098dc59e69ae96908f8d64186eb5b18f725a.tar.bz2 upstream-1a36098dc59e69ae96908f8d64186eb5b18f725a.zip |
rename libmissing to libnotimpl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2082 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index c56f263bcc..361f7be5bb 100644 --- a/toolchain/Makefile +++ b/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)) |