diff -r 37428ad74fc2 -r 820b22e13ff1 makefiles-garage/imgtools/imgcheck/libimgutils/Makefile --- a/makefiles-garage/imgtools/imgcheck/libimgutils/Makefile Mon Nov 16 10:04:44 2009 +0000 +++ b/makefiles-garage/imgtools/imgcheck/libimgutils/Makefile Fri Jan 08 16:16:51 2010 +0000 @@ -81,7 +81,7 @@ clean: remove_fixes rm -f $(objs) $(lib) -fixes: $(fixbackups) +fixes:: $(fixbackups) inc/typedefs.h.original: cp $(basename $@) $@ && \ @@ -91,5 +91,5 @@ -e 's|typedef ifstream|typedef std::ifstream|g' -i $(basename $@) 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