diff options
author | H. Peter Anvin <hpa@zytor.com> | 2013-11-24 11:13:10 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2013-11-24 11:13:10 -0800 |
commit | 45a22d9a6147c320b6754679de54a8290de3c5e3 (patch) | |
tree | ba4fe7f527010f2b6d76895a3bce0715bde224f5 /.gitignore | |
parent | 015774dc3fee2aa1a96718e5097fb8045ef020a3 (diff) | |
download | nasm-45a22d9a6147c320b6754679de54a8290de3c5e3.tar.gz nasm-45a22d9a6147c320b6754679de54a8290de3c5e3.tar.bz2 nasm-45a22d9a6147c320b6754679de54a8290de3c5e3.zip |
iflag: Fix dependencies, factor out static components of iflag.h
Multi-dependencies don't work as expected, especially not across Make
versions, this is why we don't use them and read the instructions list
multiple times.
iflag.h has a lot of static content, so factor out the static content.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,4 +79,4 @@ TAGS /version.nsh /version.sed /iflag.c -/iflag.h +/iflaggen.h |