diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-17 00:53:14 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-17 00:53:14 -0700 |
| commit | 8303872c044b4133b17b67413168e41a3c870943 (patch) | |
| tree | ce9a51b5e8ff2ad30a2c71fab784a9abe3ce21e2 /core/cparser | |
| parent | 0367f278de5ae628622d954fca1ff1a4780c7483 (diff) | |
Array style
Diffstat (limited to 'core/cparser')
| -rw-r--r-- | core/cparser/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cparser/gen.rc b/core/cparser/gen.rc index b72a0c51..b5d17338 100644 --- a/core/cparser/gen.rc +++ b/core/cparser/gen.rc @@ -7,7 +7,7 @@ cflags\ rule revision_hdr 'echo ''#define cparser_REVISION ""'' >$out.tmp && mv $out.tmp $out' build '$outdir'/revision.h revision_hdr -srcs=src/^( main.c */*.c ) +srcs=src/^(main.c */*.c) for(src in $srcs) cc $src '|' '$outdir'/revision.h '||' '$builddir/core/libfirm/stamp' link cparser $srcs.o '$builddir'/core/libfirm/libfirm.a file bin/cparser '$outdir'/cparser 755 |
