summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tester/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/tester/wscript b/tester/wscript
index 5bcc37f..a28722f 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -59,8 +59,7 @@ def build(bld):
'rt/options.py',
'rt/report.py',
'rt/stty.py',
- 'rt/test.py',
- 'rt/version.py'],
+ 'rt/test.py'],
install_from = '.',
install_path = '${PREFIX}/share/rtems/tester')
bld(features = 'py',