diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-08 20:44:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-08 20:44:47 +0000 |
commit | e53003f5fceb7a54f646d06ee4344860c367b749 (patch) | |
tree | f019786e0860e588843f8b50e89792f567087b25 /tools/autoconf | |
parent | 5bc30de4e7959b9e9639ba2db93e9c09f88072e5 (diff) | |
download | upstream-e53003f5fceb7a54f646d06ee4344860c367b749.tar.gz upstream-e53003f5fceb7a54f646d06ee4344860c367b749.tar.bz2 upstream-e53003f5fceb7a54f646d06ee4344860c367b749.zip |
clean up / fix various Host/Clean templates in tools/
SVN-Revision: 15714
Diffstat (limited to 'tools/autoconf')
-rw-r--r-- | tools/autoconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/autoconf/Makefile b/tools/autoconf/Makefile index 12bbaba255..c6279494e9 100644 --- a/tools/autoconf/Makefile +++ b/tools/autoconf/Makefile @@ -30,7 +30,7 @@ define Host/Install endef define Host/Clean - export SHELL="$(BASH)"; $(MAKE) -C $(HOST_BUILD_DIR) uninstall + -export SHELL="$(BASH)"; $(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default) endef |