Fix bug 003934, remove a dir tree instead of the dir node

This commit is contained in:
Ulf Samuelsson 2008-07-05 06:46:43 +00:00
parent bbb4dc83d6
commit 1dcc9d4d3f

View File

@ -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