From 749ddf1ed53c3903823eed031649441a59edd264 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 13 Sep 2014 10:47:07 +1000 Subject: waf: Include waf in the souce tree and updated README on building. Add support to build all parts of The RTEMS Tools project. --- linkers/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linkers') diff --git a/linkers/wscript b/linkers/wscript index 400a792..9ab4685 100644 --- a/linkers/wscript +++ b/linkers/wscript @@ -220,10 +220,10 @@ def bld_libelf(bld): # understand. # if sys.platform == 'win32': - m4_rule = 'type ${SRC} | m4 -D SRCDIR=../' + libelf[:-1] + '> ${TGT}"' + m4_rule = 'type ${SRC} | m4 -D SRCDIR=../linkers/' + libelf[:-1] + '> ${TGT}"' includes = ['win32'] else: - m4_rule = 'm4 -D SRCDIR=../' + libelf[:-1] + ' ${SRC} > ${TGT}' + m4_rule = 'm4 -D SRCDIR=../linkers/' + libelf[:-1] + ' ${SRC} > ${TGT}' includes = [] bld(target = 'libelf_convert.c', source = libelf + 'libelf_convert.m4', rule = m4_rule) -- cgit v1.2.3