1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:43:16 +03:00

rename libmissing to libnotimpl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2082 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-10-08 21:43:56 +00:00
parent 995084a10e
commit 0cd8571f66

View File

@ -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))