diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 15:00:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 15:00:27 +0000 |
commit | 1f1b2ca36062d86c6965b63754fd729d71ca0aed (patch) | |
tree | 054b380d615d12eb94a1ab07ed8e293049ce2572 /toolchain/Makefile | |
parent | 32788c07cea73789a3e04e31213505a8931e4436 (diff) | |
download | upstream-1f1b2ca36062d86c6965b63754fd729d71ca0aed.tar.gz upstream-1f1b2ca36062d86c6965b63754fd729d71ca0aed.tar.bz2 upstream-1f1b2ca36062d86c6965b63754fd729d71ca0aed.zip |
fix compile errors with make 3.80
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8230 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index e0af602c2a..e8ee24ff7a 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) |