diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-24 23:02:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-24 23:02:02 +0000 |
commit | 8c1ee46d5d743d736e502e46a491f84f2ae1f705 (patch) | |
tree | 6944bd623bf6c2d69c5aaf2ae51cfe7aa22302d5 /tools/Makefile | |
parent | 40bcd8cf84b05de872ed5af497b0e0fb75ba51bb (diff) | |
download | upstream-8c1ee46d5d743d736e502e46a491f84f2ae1f705.tar.gz upstream-8c1ee46d5d743d736e502e46a491f84f2ae1f705.tar.bz2 upstream-8c1ee46d5d743d736e502e46a491f84f2ae1f705.zip |
rename tools/ext2fs to tools/genext2fs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9899 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index ecab9dae84..fc3b2e175d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,7 +9,7 @@ curdir:=tools # subdirectories to descend into -$(curdir)/builddirs := sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config $(if $(CONFIG_CCACHE),ccache) +$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config $(if $(CONFIG_CCACHE),ccache) # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install |