X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/e692b6f78e25b78e77387abb0b6e90cbc3407303..506d2a0161e0a82f842f2473f66aa22c9985ad9b:/toolchain/Makefile diff --git a/toolchain/Makefile b/toolchain/Makefile index e0af602c2..e8ee24ff7 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -7,7 +7,7 @@ # Main makefile for the toolchain # file:=${lastword ${MAKEFILE_LIST}} -curdir:=$(patsubst %/Makefile,%,${file}) +curdir:=toolchain # subdirectories to descend into $(curdir)/builddirs := kernel-headers $(if $(CONFIG_GDB),gdb) $(if $(CONFIG_NATIVE_TOOLCHAIN),,binutils gcc uClibc)