diff -r 5f6befed263c -r 30c6f0eb02db Makefile --- a/Makefile Mon Nov 26 23:35:38 2012 +0200 +++ b/Makefile Mon Nov 26 23:54:24 2012 +0200 @@ -47,7 +47,7 @@ # Prevent from deploying and distributing with wrong version. ifneq '' '$(filter deploy% dist%,$(MAKECMDGOALS))' ifeq '' '$(MAKE_RESTARTS)' - $(info $(shell rm VERSION)) + $(info $(shell rm -f VERSION)) endif endif