X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=toolchain%2FMakefile;h=361f7be5bb21114f5b1c75947a93530d41289f4e;hp=c56f263bcc03c5d63840893df81ae5446e617f2d;hb=0cd8571f66efa9f40b37b936ba7c4e2b93516db5;hpb=995084a10e478dba284eebf46ebb37781476155c 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))