Fix bug 003934, remove a dir tree instead of the dir node
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Sat, 5 Jul 2008 06:46:43 +0000 (06:46 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Sat, 5 Jul 2008 06:46:43 +0000 (06:46 -0000)
package/webif/webif.mk

index e3dd8fa6e691a75459b5e620c0f0afa7b235d6ba..a2c4a80c6caadefea5190211bdf99795c7a124db 100644 (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