From 771ecec9832aca4af9df09543ad34ede752638a9 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Tue, 30 Dec 2008 18:36:22 +0000 Subject: added RM_REC, it's required for clean: svn-id: r35623 --- backends/platform/wii/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backends') diff --git a/backends/platform/wii/Makefile b/backends/platform/wii/Makefile index 18a36ca382..6638e0ef8f 100644 --- a/backends/platform/wii/Makefile +++ b/backends/platform/wii/Makefile @@ -63,6 +63,7 @@ RANLIB = $(PREFIX)ranlib STRIP = $(PREFIX)strip -g MKDIR = mkdir -p RM = rm -f +RM_REC = rm -rf CP = cp -f ifeq ($(GAMECUBE),1) @@ -147,12 +148,12 @@ $(TARGET).elf: $(OBJS) 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) -- cgit v1.2.3