summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-11-21 12:12:21 +1100
committerChris Johns <chrisj@rtems.org>2012-11-21 12:12:21 +1100
commit295048c8c7fbab738aab54e7d95a998c27813d2f (patch)
treee4ac2e40bdd6549e63145b66875edefe2fc7f9ad /wscript
parent8bf836b30ed9ce9c70ba907b06544724a87c0918 (diff)
Enforce the header is created before using it on Linux.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index eef5421..0427035 100644
--- a/wscript
+++ b/wscript
@@ -166,6 +166,7 @@ def bld_libelf(bld):
source = common + 'native-elf-format',
name = 'native-elf-format',
rule = './${SRC} > ${TGT}')
+ bld.add_group ()
elif sys.platform == 'win32':
host_source += [libelf + 'mmap_win32.c']