libgaim/protocols/oscar/Makefile.mingw

changeset 14617
7e4c1a72656a
parent 14377
c0440e16bacd
child 14638
b0fa76dac93f
--- a/libgaim/protocols/oscar/Makefile.mingw	Thu Sep 14 19:26:04 2006 +0000
+++ b/libgaim/protocols/oscar/Makefile.mingw	Thu Sep 14 19:37:46 2006 +0000
@@ -8,6 +8,7 @@
 include $(GAIM_TOP)/libgaim/win32/global.mak
 
 TARGET = liboscar
+TYPE = PLUGIN
 
 # Static or Plugin...
 ifeq ($(TYPE),STATIC)
@@ -104,7 +105,7 @@
 ## CLEAN RULES
 ##
 clean:
-	rm -rf $(OBJECTS)
-	rm -rf $(TARGET).dll
+	rm -f $(OBJECTS)
+	rm -f $(TARGET).dll
 
 include $(GAIM_COMMON_TARGETS)

mercurial