From c1bd1e59d3fcdd31ddec9a2795ace53c41993e8b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 5 Feb 2014 13:35:34 +0000 Subject: build: fix clean targets in Makefiles (#667) --- contrib/uci/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') 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) -- cgit v1.2.3