summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2013-11-24 11:13:10 -0800
committerH. Peter Anvin <hpa@zytor.com>2013-11-24 11:13:10 -0800
commit45a22d9a6147c320b6754679de54a8290de3c5e3 (patch)
treeba4fe7f527010f2b6d76895a3bce0715bde224f5 /.gitignore
parent015774dc3fee2aa1a96718e5097fb8045ef020a3 (diff)
downloadnasm-45a22d9a6147c320b6754679de54a8290de3c5e3.tar.gz
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--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 82d926f0..1fb29c23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,4 +79,4 @@ TAGS
/version.nsh
/version.sed
/iflag.c
-/iflag.h
+/iflaggen.h