Changeset 12292


Ignore:
Timestamp:
12/06/09 12:19:30 (13 years ago)
Author:
Mark Evenson
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build.xml

    r12291 r12292  
    263263
    264264    <target name="abcl.jar.uptodate" depends="abcl.compile">
    265       <uptodate property="abcl.jar.upttodate.p" targetfile="${abcl.jar.path}">
     265      <uptodate property="abcl.jar.uptodate.p" targetfile="${abcl.jar.path}">
    266266        <srcfiles dir="${build.classes.dir}">
    267267          <patternset refid="abcl.objects"/>
Note: See TracChangeset for help on using the changeset viewer.