diff -r 3e94ee906bc6 -r ddeeb217ed71 examples/AppliMaster_HCS12/Makefile.in --- a/examples/AppliMaster_HCS12/Makefile.in Wed Jun 21 08:31:34 2006 +0200 +++ b/examples/AppliMaster_HCS12/Makefile.in Fri Jun 23 16:32:42 2006 +0200 @@ -77,8 +77,8 @@ $(BINUTILS_PREFIX)size $(PGR).elf clean: - -\rm $(MASTER_OBJS) + rm -f $(MASTER_OBJS) mrproper: clean - -\rm $(PGR).elf $(PGR).s19 $(PGR).b $(PGR).s + rm -f $(PGR).elf $(PGR).s19 $(PGR).b $(PGR).s