[Scummvm-cvs-logs] SF.net SVN: scummvm:[35623] scummvm/trunk/backends/platform/wii/Makefile

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Tue Dec 30 19:36:22 CET 2008


Revision: 35623
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35623&view=rev
Author:   dhewg
Date:     2008-12-30 18:36:22 +0000 (Tue, 30 Dec 2008)

Log Message:
-----------
added RM_REC, it's required for clean:

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wii/Makefile

Modified: scummvm/trunk/backends/platform/wii/Makefile
===================================================================
--- scummvm/trunk/backends/platform/wii/Makefile	2008-12-30 14:41:44 UTC (rev 35622)
+++ scummvm/trunk/backends/platform/wii/Makefile	2008-12-30 18:36:22 UTC (rev 35623)
@@ -63,6 +63,7 @@
 STRIP   = $(PREFIX)strip -g
 MKDIR   = mkdir -p
 RM      = rm -f
+RM_REC  = rm -rf
 CP      = cp -f
 
 ifeq ($(GAMECUBE),1)
@@ -147,12 +148,12 @@
 clean: clean-wii
 
 clean-wii:
-	@-$(RM) $(TARGET).elf $(TARGET).elf.map $(TARGET).dol
+	@$(RM) $(TARGET).elf $(TARGET).elf.map $(TARGET).dol
 
 distclean: distclean-wii
 
 distclean-wii:
-	@-$(RM) dist
+	@$(RM_REC) dist
 
 upload: $(TARGET).dol
 ifeq ($(GAMECUBE),1)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list