diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-26 07:55:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-26 07:55:31 +0000 |
commit | 8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9 (patch) | |
tree | f483ba4da2c9df1cf8f67c703ec1cf5dade8655f | |
parent | e326ff3fa587e061dc4e106d36450fcf2e8841ab (diff) | |
download | upstream-8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9.tar.gz upstream-8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9.tar.bz2 upstream-8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9.zip |
fix quilt installation on all platforms
SVN-Revision: 17405
-rw-r--r-- | tools/quilt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index 316846361f..a6f2a9e95f 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -21,11 +21,11 @@ define Host/Configure endef define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" all lib/backup-files endef define Host/Install - $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install lib/backup-files + $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" install endef define Host/Clean |