[armedbear-cvs] r12292 - trunk/abcl

Mark Evenson mevenson at common-lisp.net
Sun Dec 6 12:19:31 UTC 2009


Author: mevenson
Date: Sun Dec  6 07:19:30 2009
New Revision: 12292

Log:
Restored inadvertent typo that hosed incremental builds of the system FASLs.


Modified:
   trunk/abcl/build.xml

Modified: trunk/abcl/build.xml
==============================================================================
--- trunk/abcl/build.xml	(original)
+++ trunk/abcl/build.xml	Sun Dec  6 07:19:30 2009
@@ -262,7 +262,7 @@
     </target>
 
     <target name="abcl.jar.uptodate" depends="abcl.compile">
-      <uptodate property="abcl.jar.upttodate.p" targetfile="${abcl.jar.path}">
+      <uptodate property="abcl.jar.uptodate.p" targetfile="${abcl.jar.path}">
         <srcfiles dir="${build.classes.dir}">
           <patternset refid="abcl.objects"/>
         </srcfiles>




More information about the armedbear-cvs mailing list