diff libgaim/plugins/ssl/Makefile.mingw @ 14576:5d03b309b482

[gaim-migrate @ 17300] Fix mingw makefile .PHONY targets. Fix gtkwin32dep.h missing includes. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 18 Sep 2006 01:13:07 +0000
parents 8793fc8f7064
children 7ca4a6820154
line wrap: on
line diff
--- a/libgaim/plugins/ssl/Makefile.mingw	Mon Sep 18 00:04:14 2006 +0000
+++ b/libgaim/plugins/ssl/Makefile.mingw	Mon Sep 18 01:13:07 2006 +0000
@@ -64,7 +64,7 @@
 ##
 ## TARGET DEFINITIONS
 ##
-.PHONY: all clean
+.PHONY: all install clean
 
 all: $(TARGET).dll $(TARGET_NSS).dll
 
@@ -88,7 +88,6 @@
 ## CLEAN RULES
 ##
 clean:
-	rm -rf $(OBJECTS) $(OBJECTS_NSS)
-	rm -rf $(TARGET).dll $(TARGET_NSS).dll
+	rm -f $(OBJECTS) $(OBJECTS_NSS) $(TARGET).dll $(TARGET_NSS).dll
 
 include $(GAIM_COMMON_TARGETS)