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