Commit 1dcc9d4d authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

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

parent bbb4dc83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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