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 | f1ac6cf7ec87a19a5a02adc3124a357eea989d6a (patch) | |
tree | 4986b22aed4661a354c5e586a35adbc41960802f /toolchain | |
parent | e23c6c4b6b4e7e01ee3ecf07729dc8860a5a40d3 (diff) | |
download | upstream-f1ac6cf7ec87a19a5a02adc3124a357eea989d6a.tar.gz upstream-f1ac6cf7ec87a19a5a02adc3124a357eea989d6a.tar.bz2 upstream-f1ac6cf7ec87a19a5a02adc3124a357eea989d6a.zip |
fix compile errors with make 3.80
SVN-Revision: 8230
Diffstat (limited to 'toolchain')
-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) |