diff --git a/xflaim/Makefile b/xflaim/Makefile index 87af155..7b10a79 100644 --- a/xflaim/Makefile +++ b/xflaim/Makefile @@ -60,9 +60,9 @@ ifdef calc_svn_revision srevision = $(shell svnversion . -n) -# ifneq (,$(findstring M,$(srevision))) -# $(error Local modifications found - please check in before making distro) -# endif + ifneq (,$(findstring M,$(srevision))) + $(error Local modifications found - please check in before making distro) + endif ifneq (,$(findstring :,$(srevision))) $(error Mixed revisions in repository - please update before making distro)