summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2019-08-06 22:05:49 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2019-08-06 22:12:11 -0700
commit418138c8f2d1b25152e081c984e88b284660b789 (patch)
tree50a3722874cffe1b4f9a74c033a9cab53ff356de /Makefile.in
parent32f74640767d659f9767826cebb6bbddf66b4500 (diff)
downloadnasm-418138c8f2d1b25152e081c984e88b284660b789.tar.gz
iflags: move definitions to a separate file; auto-generate more
Move the definitions to a separate file, in order to separate code from data better. We can auto-generate more information about the instruction flags, so let's do so. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1b9bc40c..b9a9917e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -178,7 +178,7 @@ PERLREQ = x86/insnsb.c x86/insnsa.c x86/insnsd.c x86/insnsi.h x86/insnsn.c \
asm/warnings.c include/warnings.h \
version.h version.mac version.mak nsis/version.nsh
-INSDEP = x86/insns.dat x86/insns.pl x86/insns-iflags.ph
+INSDEP = x86/insns.dat x86/insns.pl x86/insns-iflags.ph x86/iflags.ph
x86/iflag.c: $(INSDEP)
$(RUNPERL) $(srcdir)/x86/insns.pl -fc \