Changeset 12293


Ignore:
Timestamp:
12/06/09 15:52:04 (14 years ago)
Author:
vvoutilainen
Message:

Fix build breakage on linux, remove daftness from build.xml.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build.xml

    r12292 r12293  
    220220  <arg value="--noinit"/>
    221221  <arg value="--eval"/>
    222   <arg value="(compile-system :zip nil :quit t :output-path (symbol-name (quote ${build.classes.dir}/org/armedbear/lisp/)))"/>
     222  <arg value="(compile-system :zip nil :quit t :output-path &quot;${build.classes.dir}/org/armedbear/lisp/&quot;)"/>
    223223      </java>
    224224    </target>
Note: See TracChangeset for help on using the changeset viewer.