From f6a09c67c70e163fb1704b375c42e07c6ae9d1b8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 24 May 2002 09:33:03 +0000 Subject: corrected clean target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@685 a1c6a512-1295-4272-9138-f99709370657 --- firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index 0e9c86bd78..a95481cb3f 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -49,8 +49,8 @@ $(OBJDIR)/%.o: %.c $(CC) $(CFLAGS) -c $< -o $@ clean: - -$(RM) -f $(OBJDIR)/$(OBJS) *~ $(OUTPUT) - -$(RM) -r $(DEPS) + rm -f $(OBJS) $(OUTPUT) + rm -rf $(OBJDIR)/$(DEPS) # Special targets $(OBJDIR)/thread.o: thread.c thread.h -- cgit v1.2.3