diff options
| author | Roland McGrath <[email protected]> | 2008-01-21 23:42:53 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2008-01-21 23:42:53 +0000 |
| commit | c0d3c265f06daa943df2c990daab1ce059749d4b (patch) | |
| tree | 6da9ddbbc4780fd5608f816a49b063c13592bf6d /libcpu/Makefile.am | |
| parent | 28a0c61595b71558e9a12a62a72ad144b2337fde (diff) | |
2008-01-21 Roland McGrath <[email protected]>
* i386_parse.y: Add sanity check for NMNES macro value.
* Makefile.am (i386_parse.o): Fix target in dependency rule.
Diffstat (limited to 'libcpu/Makefile.am')
| -rw-r--r-- | libcpu/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpu/Makefile.am b/libcpu/Makefile.am index d3d4bb55..e48b37f4 100644 --- a/libcpu/Makefile.am +++ b/libcpu/Makefile.am @@ -69,7 +69,7 @@ i386_lex_no_Werror = yes libeu = ../lib/libeu.a i386_lex_CFLAGS = -Wno-unused-label -Wno-unused-function -Wno-sign-compare -i386_gendis.o: i386_parse.c i386.mnemonics +i386_parse.o: i386_parse.c i386.mnemonics i386_parse_CFLAGS = -DNMNES=$$(wc -l < i386.mnemonics) i386_lex.o: i386_parse.c i386_gendis_LDADD = $(libeu) -lm $(libmudflap) |
