diff options
author | sg215889 <[email protected]> | 2009-07-15 06:16:06 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-15 06:16:06 -0700 |
commit | f9d332cc5764920e62989c67681245f03b6c757e (patch) | |
tree | 0783baba2843799d7866a71b8f6b3196a4ec016b /make/build-newt.xml | |
parent | f2801bf69ba572d9e030e3fbf920342c29704d3a (diff) |
Build CDC named JARs for CVM in default build, no more specialized build necessary.
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index df234b26e..7f72b1c08 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -425,7 +425,7 @@ <target name="rename.dylib" if="isOSX"> <move file="${src}" tofile="${dest}" /> - <copy file="${dest}" tofile="${dst-cdc}" /> + <copy file="${dest}" tofile="${dest-cdc}" /> </target> <macrodef name="c.build"> |