From f6fd5da66b8ec845a2db54f13338e9635d272b3a Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 21 Aug 2009 19:25:12 +0000 Subject: [PATCH] Changed case sensitive filename. --- bacnet-stack/ports/at91sam7s/{makefile => Makefile} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename bacnet-stack/ports/at91sam7s/{makefile => Makefile} (91%) diff --git a/bacnet-stack/ports/at91sam7s/makefile b/bacnet-stack/ports/at91sam7s/Makefile similarity index 91% rename from bacnet-stack/ports/at91sam7s/makefile rename to bacnet-stack/ports/at91sam7s/Makefile index 77ef2102..e45711b7 100644 --- a/bacnet-stack/ports/at91sam7s/makefile +++ b/bacnet-stack/ports/at91sam7s/Makefile @@ -128,10 +128,10 @@ $(LIBRARY): $(COREOBJ) Makefile .PHONY: clean clean: - rm $(COBJ) $(AOBJ) $(COREOBJ) - rm $(TARGET).elf $(TARGET).bin $(TARGET).dmp $(TARGET).map - rm $(LIBRARY) - rm *.lst + -rm -rf $(COBJ) $(AOBJ) $(COREOBJ) + -rm -rf $(TARGET).elf $(TARGET).bin $(TARGET).dmp $(TARGET).map + -rm -rf $(LIBRARY) + -rm -rf *.lst ## Other dependencies -include $(shell mkdir dep 2>/dev/null) $(wildcard dep/*)