You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/10/04 13:25:14 UTC

svn commit: r452840 - /incubator/harmony/enhanced/classlib/trunk/make/depends.xml

Author: hindessm
Date: Wed Oct  4 04:25:13 2006
New Revision: 452840

URL: http://svn.apache.org/viewvc?view=rev&rev=452840
Log:
Quick fix for linux build problem.

Modified:
    incubator/harmony/enhanced/classlib/trunk/make/depends.xml

Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/depends.xml?view=diff&rev=452840&r1=452839&r2=452840
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/depends.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/depends.xml Wed Oct  4 04:25:13 2006
@@ -72,8 +72,7 @@
 
     </target>
 
-    <target name="-check-win" if="is.windows"
-            depends="-really-check-win,-awt-tar-extract" />
+    <target name="-check-win" if="is.windows" depends="-really-check-win" />
 
     <target name="-really-check-win" if="is.windows">
         
@@ -84,6 +83,8 @@
 	<uptodate property="awtdeps.uptodate"
                   srcfile="${awtdeps.tar}"
                   targetfile="${awtdeps.testfile}" />
+
+        <antcall target="-awt-tar-extract" />
 
     </target>