Modified so that the java and xedit targets do not require the svn revision to be calculated.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1022 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2007-02-14 17:02:23 +00:00
parent 706529fe9a
commit b1033bc52c

View File

@@ -677,16 +677,6 @@ ifneq (,$(findstring docs,$(MAKECMDGOALS)))
endif
endif
ifneq (,$(findstring java,$(MAKECMDGOALS)))
calc_svn_revision = 1
local_mods_ok = 1
endif
ifneq (,$(findstring xedit,$(MAKECMDGOALS)))
calc_svn_revision = 1
local_mods_ok = 1
endif
ifneq (,$(findstring changelog,$(MAKECMDGOALS)))
calc_svn_revision = 1