diff -r 37428ad74fc2 -r 820b22e13ff1 makefiles-garage/e32tools/elf2e32/Makefile --- a/makefiles-garage/e32tools/elf2e32/Makefile Mon Nov 16 10:04:44 2009 +0000 +++ b/makefiles-garage/e32tools/elf2e32/Makefile Fri Jan 08 16:16:51 2010 +0000 @@ -59,7 +59,7 @@ clean: remove_fixes rm -f $(objs) $(exe) -fixes: $(fixbackups) +fixes:: $(fixbackups) source/pl_elfexecutable.h.original: cp $(basename $@) $@ && \ @@ -84,5 +84,5 @@ remove_fixes: - for file in $(fixbackups); do if [ -f $$file ]; then mv -f $$file $${file%original}; fi; done + for file in $(fixbackups); do if [ -f $$file ]; then mv -f $$file $${file%\.original}; fi; done