summaryrefslogtreecommitdiffstats
path: root/openwrt/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
commite7604627102ea316301a180a6d1971c0d4de834a (patch)
tree05e9a3d210191b8bddc2441592e8f629bbefda44 /openwrt/toolchain/Makefile
parent3dd61b00a9cd648c2e5b6c1c10ca2d6dfd8d6574 (diff)
rename libmissing to libnotimpl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2082 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/Makefile')
-rw-r--r--openwrt/toolchain/Makefile2
1 files changed, 1 insertions, 1 deletions
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))