group/vpnclient_version_update.flm
branchRCL_3
changeset 46 29c8f9bc68e1
parent 12 68dc8923de26
child 49 5960d2d03390
--- a/group/vpnclient_version_update.flm	Tue Sep 14 23:16:15 2010 +0300
+++ b/group/vpnclient_version_update.flm	Wed Sep 15 13:20:54 2010 +0300
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2009-2010 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,9 +22,8 @@
 # The file destinations  relative to EPOCROOT
 # ============================================================================
 
-
 define updateversion
-$(GUARD):=1
+$(GUARD_VPNVU):=1
 
 BITMAP:: $(EXTENSION_ROOT)/$(VU_TOOL)
 	$(call startrule,vpnclient_version_update,FORCESUCCESS) \
@@ -32,7 +31,6 @@
 	$(call endrule,vpnclient_version_update)
 endef
 
-ifeq ($($(GUARD)),)
+ifeq ($($(GUARD_VPNVU)),)
 $(eval -$(updateversion))
 endif
-