rename libmissing to libnotimpl

SVN-Revision: 2082
lede-17.01
Nicolas Thill 2005-10-08 21:43:56 +00:00
parent 8331705293
commit 5b21616d81
1 changed files with 1 additions and 1 deletions

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