summaryrefslogtreecommitdiffstats
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-08 21:43:56 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-08 21:43:56 +0000
commit0cd8571f66efa9f40b37b936ba7c4e2b93516db5 (patch)
tree11928e278f3c6453321ac062636c980653c9c23b /toolchain/Makefile
parent995084a10e478dba284eebf46ebb37781476155c (diff)
rename libmissing to libnotimpl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2082 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index c56f263bc..361f7be5b 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))