From b1033bc52cb624c248d8af2d0cbfcef16c75e412 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Wed, 14 Feb 2007 17:02:23 +0000 Subject: [PATCH] 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 --- xflaim/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/xflaim/Makefile b/xflaim/Makefile index 99d6fb1..da01c0d 100644 --- a/xflaim/Makefile +++ b/xflaim/Makefile @@ -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