aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-28 01:36:08 +0200
committerSven Gothel <[email protected]>2010-04-28 01:36:08 +0200
commitbb251c6e1089da4a247350371fff425abf093e1e (patch)
treec32a3480ed4c446137a780a3408b706c3a622112 /make
parent3dae4b359e9494c34cc6056e43f1c835fca53100 (diff)
Oops .. broke the tests, adding 'else' value ; fix assertion in test
Diffstat (limited to 'make')
-rw-r--r--make/build-common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index bbc99b589..be323398e 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -153,7 +153,7 @@
<property name="build.junit" value="${build}/test/build" />
<property name="obj.junit" value="${build.junit}/obj"/>
- <condition property="obj.custom" value="${custom.libdir}${path.separator}">
+ <condition property="obj.custom" value="${custom.libdir}${path.separator}" else="">
<isset property="custom.libdir"/>
</condition>