diff options
author | Sven Gothel <[email protected]> | 2010-03-26 21:26:24 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-26 21:26:24 +0100 |
commit | 3793f181a21a38e8e4965eff073a5007c9c094a2 (patch) | |
tree | bad70dbc4e7cde329f6353bca46ad5cca588ca4e /make | |
parent | 92460344efc4a3c911e227a93983b8a531cf10b2 (diff) |
Remove absolute path composing with basedir ..
Diffstat (limited to 'make')
-rwxr-xr-x | make/gluegen-cpptasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index dc88340..1bf956e 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -26,7 +26,7 @@ <typedef resource="net/sf/antcontrib/cpptasks/antlib.xml" classpath="${gluegen.root}/make/lib/cpptasks.jar;${gluegen.root}/make/lib/CppTasksGCCNamespaceHack.jar"/> <condition property="gluegen-cpptasks.file" - value="${basedir}/${gluegen.root}/make/gluegen-cpptasks-base.xml"> + value="${gluegen.root}/make/gluegen-cpptasks-base.xml"> <not> <isset property="gluegen-cpptask.file" /> </not> |