diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-02-05 13:35:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-02-05 13:35:34 +0000 |
commit | c1bd1e59d3fcdd31ddec9a2795ace53c41993e8b (patch) | |
tree | 302096e173deadb9603af770c2156d9e55d127c2 /contrib | |
parent | 6c45ccec6a297ba2bdf2694142c93fc55dfb9193 (diff) |
build: fix clean targets in Makefiles (#667)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/uci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/uci/Makefile b/contrib/uci/Makefile index b0ea8c0b6..d04c5a146 100644 --- a/contrib/uci/Makefile +++ b/contrib/uci/Makefile @@ -39,4 +39,5 @@ compile: $(UCI_DIR)/.prepared compile-all: compile clean: + rm -rf $(UCI_PATCHDIR)/series rm -rf $(UCI_DIR) $(UCI_FILE) |