summaryrefslogtreecommitdiff
path: root/package/webif
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-05 06:46:43 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-05 06:46:43 +0000
commit1dcc9d4d3fabaabaaeb24a7400c07bd01ff4b4de (patch)
tree39905fa16191339ad47b370fafce80b43a9faf10 /package/webif
parentbbb4dc83d61f2146fe11e3f725c9c844aaba7c36 (diff)
Fix bug 003934, remove a dir tree instead of the dir node
Diffstat (limited to 'package/webif')
-rw-r--r--package/webif/webif.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/webif/webif.mk b/package/webif/webif.mk
index e3dd8fa6e..a2c4a80c6 100644
--- a/package/webif/webif.mk
+++ b/package/webif/webif.mk
@@ -52,7 +52,7 @@ endif
webif: busybox $(TARGET_DIR)/www/webif.css
webif-clean:
- rm -f $(TARGET_DIR)/www/cgi-bin/webif* $(TARGET_DIR)/www/webif.*
+ rm -rf $(TARGET_DIR)/www/cgi-bin/webif* $(TARGET_DIR)/www/webif.*
rm -rf $(TARGET_DIR)/usr/lib/webif
rm -f $(TARGET_DIR)/usr/bin/bstrip $(TARGET_DIR)/usr/bin/webif-page
rm -r $(WEBIF_DIR)/bstrip $(WEBIF_DIR)/webif-page