You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ap...@apache.org on 2006/12/04 23:07:00 UTC

svn commit: r482384 - /harmony/enhanced/classlib/trunk/modules/awt/build.xml

Author: apetrenko
Date: Mon Dec  4 14:06:59 2006
New Revision: 482384

URL: http://svn.apache.org/viewvc?view=rev&rev=482384
Log:
Linux build fixed after HARMONY-2374 commit

Modified:
    harmony/enhanced/classlib/trunk/modules/awt/build.xml

Modified: harmony/enhanced/classlib/trunk/modules/awt/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/build.xml?view=diff&rev=482384&r1=482383&r2=482384
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/build.xml Mon Dec  4 14:06:59 2006
@@ -163,7 +163,7 @@
                 <patternset includes="*${shlib.suffix}*" />
             </fileset>
         </copy>
-	<echo message="${hy.awt.src.main.native}/oglwrapper/${hy.os.family}" />
+        
         <make dir="${hy.awt.src.main.native}/oglwrapper/${hy.os.family}" />
         <!-- Copy the built shared libs over to the jre/bin dir -->
         <copy todir="${hy.jdk}/jre/bin" overwrite="yes">
@@ -217,7 +217,7 @@
               target="clean"/>
         <make dir="${hy.awt.src.main.native}/gl/${hy.os.family}"
               target="clean"/>
-        <make dir="${hy.awt.src.main.native}/oglwrapper/${hy.os}"
+        <make dir="${hy.awt.src.main.native}/oglwrapper/${hy.os.family}"
               target="clean"/>
     </target>