aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-30 15:00:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-30 15:00:27 +0000
commit1f1b2ca36062d86c6965b63754fd729d71ca0aed (patch)
tree054b380d615d12eb94a1ab07ed8e293049ce2572 /tools/Makefile
parent32788c07cea73789a3e04e31213505a8931e4436 (diff)
downloadmaster-187ad058-1f1b2ca36062d86c6965b63754fd729d71ca0aed.tar.gz
master-187ad058-1f1b2ca36062d86c6965b63754fd729d71ca0aed.tar.bz2
master-187ad058-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 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ea4ce7081a..2c093c0aac 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -8,7 +8,7 @@
#
file:=${lastword ${MAKEFILE_LIST}}
-curdir:=$(patsubst %/Makefile,%,${file})
+curdir:=tools
# subdirectories to descend into
$(curdir)/builddirs := sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline $(if $(CONFIG_CCACHE),ccache)