projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3514717
)
Fix M4 command line... wasn't working on zizzer.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Mon, 28 May 2007 22:39:35 +0000
(18:39 -0400)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Mon, 28 May 2007 22:39:35 +0000
(18:39 -0400)
A little more concise now.
--HG--
extra : convert_revision :
5cb46832ac7ce7a0be72765e83c8ceb5d8d4b64a
ext/libelf/SConscript
patch
|
blob
|
history
diff --git
a/ext/libelf/SConscript
b/ext/libelf/SConscript
index e909279d2c060cb85d567098a033a3f6a4f19039..2fae8c25f1a3d6d84d5e7ee3121418a5c4b9a5ac 100644
(file)
--- a/
ext/libelf/SConscript
+++ b/
ext/libelf/SConscript
@@
-88,8
+88,8
@@
ElfFile('libelf_fsize.c')
ElfFile('libelf_msize.c')
m4env = Environment(ENV=os.environ)
-m4env.Append(M4FLAGS='-DSRCDIR=%s' % Dir('.'))
-m4env['M4COM'] = '
cd ${SOURCE.rsrcdir} && $M4 $M4FLAGS $SOURCES > ${TARGET.abspath}
'
+m4env.Append(M4FLAGS='-DSRCDIR=%s' % Dir('.')
.path
)
+m4env['M4COM'] = '
$M4 $M4FLAGS $SOURCES > $TARGET
'
m4env.M4(target=File('libelf_convert.c'),
source=[File('elf_types.m4'), File('libelf_convert.m4')])
m4env.M4(target=File('libelf_fsize.c'),