aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/build-jogl.xml2
-rw-r--r--make/build-newt.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index e34960c4d..204a80ca3 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1352,7 +1352,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">
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">