diff -r 29c8f9bc68e1 -r 5960d2d03390 group/vpnclient_version_update.flm --- a/group/vpnclient_version_update.flm Wed Sep 15 13:20:54 2010 +0300 +++ b/group/vpnclient_version_update.flm Wed Oct 13 15:42:16 2010 +0300 @@ -1,5 +1,5 @@ # -# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of "Eclipse Public License v1.0" @@ -22,8 +22,9 @@ # The file destinations relative to EPOCROOT # ============================================================================ + define updateversion -$(GUARD_VPNVU):=1 +$(GUARD):=1 BITMAP:: $(EXTENSION_ROOT)/$(VU_TOOL) $(call startrule,vpnclient_version_update,FORCESUCCESS) \ @@ -31,6 +32,7 @@ $(call endrule,vpnclient_version_update) endef -ifeq ($($(GUARD_VPNVU)),) +ifeq ($($(GUARD)),) $(eval -$(updateversion)) endif +