changeset 40 | ddeeb217ed71 |
parent 0 | 4472ee7c6c3e |
--- 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