summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-04-28 13:54:15 +1000
committerChris Johns <chrisj@rtems.org>2012-04-28 13:54:15 +1000
commit731c4507c58b3dd7191bb69fb488632ff71f4b5c (patch)
treea75019eda2700aae9a95cfbe4b6601362e28a9a5
parente526b6bdc83dddd95e3ecc2c97589c920871e07b (diff)
Remove the test a.out executable.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index fb85ada..7baaa0f 100644
--- a/wscript
+++ b/wscript
@@ -80,7 +80,7 @@ def mmap_source(bld, includes):
def rtl_root_fs(bld):
bld(target = 'fs-root.tar',
- source = ['shell-init', 'libx.a', 'a.out'],
+ source = ['shell-init', 'libx.a'],
rule = 'tar cf - ${SRC} > ${TGT}')
bld.objects(name = 'rootfs',
target = 'fs-root-tarfile.o',