summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-02-05 13:35:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-02-05 13:35:34 +0000
commitc1bd1e59d3fcdd31ddec9a2795ace53c41993e8b (patch)
tree302096e173deadb9603af770c2156d9e55d127c2 /libs
parent6c45ccec6a297ba2bdf2694142c93fc55dfb9193 (diff)
build: fix clean targets in Makefiles (#667)
Diffstat (limited to 'libs')
-rw-r--r--libs/web/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/web/Makefile b/libs/web/Makefile
index 1d28a3a4c..ad16ec737 100644
--- a/libs/web/Makefile
+++ b/libs/web/Makefile
@@ -41,4 +41,5 @@ host-install: host-compile
cp src/$(TPL_PO2LMO) ../../build/$(TPL_PO2LMO)
host-clean:
+ rm -f src/$(TPL_PO2LMO)
rm -f ../../build/$(TPL_PO2LMO)