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 /tools | |
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 'tools')
-rw-r--r-- | tools/Makefile | 2 |
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) |