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 | b37453690950609c1cc3edfb24523884aec4b361 (patch) | |
tree | dfa64d822c3bdc767752938b7ceef1a8027ac199 /tools/autoconf/Makefile | |
parent | f3068cb1e34047e1e7ff7074e10bc88f0e3d075f (diff) | |
download | upstream-b37453690950609c1cc3edfb24523884aec4b361.tar.gz upstream-b37453690950609c1cc3edfb24523884aec4b361.tar.bz2 upstream-b37453690950609c1cc3edfb24523884aec4b361.zip |
clean up / fix various Host/Clean templates in tools/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15714 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/autoconf/Makefile')
-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 |