Ver Fonte

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

Ulf Samuelsson há 17 anos atrás
pai
commit
1dcc9d4d3f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      package/webif/webif.mk

+ 1 - 1
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