sbsv1_os/e32toolp/makmake/makmake.pl
branchRCL_3
changeset 2 99082257a271
parent 1 d4b442d23379
child 13 7416fe50a180
--- a/sbsv1_os/e32toolp/makmake/makmake.pl	Fri Feb 19 23:57:18 2010 +0200
+++ b/sbsv1_os/e32toolp/makmake/makmake.pl	Fri Mar 12 15:49:27 2010 +0200
@@ -1,7 +1,7 @@
 # Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
 # which accompanies this distribution, and is available
 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
 #
@@ -586,18 +586,6 @@
 	}
 # modified end: makefile improvement 
 
-# modified by SV start: makefile improvement 
-if(-e $MAKEFILE)
-{
-	my $mmp_time = -M $MMPFILE;
-	my $makefile_time = -M $MAKEFILE;
-	if( $makefile_time <= $mmp_time)
-	{
-		exit;
-	}
-}
-# modified by SV end: makefile improvement 
-
 my $CurAifRef;
 my $CurBaseObj;
 my $CurBld;