diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-03-13 21:49:11 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-03-13 21:49:11 +0000 |
commit | 2d305f4fb78ceedaca5e727a8dc7d1b27513a3f3 (patch) | |
tree | 31a9f8d4204615efc00a899919d2ddf1c7617a97 | |
parent | e4a5d86b54b9226cb77edba9eeac3c2834fc0721 (diff) | |
download | upstream-2d305f4fb78ceedaca5e727a8dc7d1b27513a3f3.tar.gz upstream-2d305f4fb78ceedaca5e727a8dc7d1b27513a3f3.tar.bz2 upstream-2d305f4fb78ceedaca5e727a8dc7d1b27513a3f3.zip |
Build autoconf before automake.
SVN-Revision: 14864
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 03f16b1419..5a7e8149ea 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,7 +9,7 @@ curdir:=tools # subdirectories to descend into -$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake $(if $(CONFIG_CCACHE),ccache) bison $(if $(CONFIG_powerpc),dtc) quilt autoconf $(if $(CONFIG_GCC_VERSION_4_3),gmp mpfr) yaffs2 +$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config autoconf automake $(if $(CONFIG_CCACHE),ccache) bison $(if $(CONFIG_powerpc),dtc) quilt $(if $(CONFIG_GCC_VERSION_4_3),gmp mpfr) yaffs2 # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install |