summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-03 10:33:12 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-03 10:33:12 -0700
commit526a6c73904e9f07ee63dd76db06bd6687c4c849 (patch)
treeccf37a2d70ebbb10e0a48a3a965b7452e58ba943 /Mkfiles
parent5253f58c3679b9b21006567ad26a419904791645 (diff)
downloadnasm-526a6c73904e9f07ee63dd76db06bd6687c4c849.tar.gz
Rename insns-iflags.pl -> insns-iflags.ph, add missing dependency
insns-iflags.ph is included from another Perl script, so rename it .ph (Perl header). Add missing dependency to the main Makefile. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/msvc.mak4
-rw-r--r--Mkfiles/openwcom.mak4
2 files changed, 4 insertions, 4 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
index ee003937..6a1f59d1 100644
--- a/Mkfiles/msvc.mak
+++ b/Mkfiles/msvc.mak
@@ -119,9 +119,9 @@ nasm.$(A): $(LIBOBJ)
# though, so it isn't necessary to have Perl just to recompile NASM
# from the distribution.
-insns.pl: insns-iflags.pl
+insns.pl: insns-iflags.ph
-INSDEP = insns.dat insns.pl insns-iflags.pl
+INSDEP = insns.dat insns.pl insns-iflags.ph
iflag.c: $(INSDEP)
$(PERL) $(srcdir)/insns.pl -fc $(srcdir)/insns.dat
diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak
index b88e0172..358da7f6 100644
--- a/Mkfiles/openwcom.mak
+++ b/Mkfiles/openwcom.mak
@@ -137,9 +137,9 @@ nasm.lib: $(LIBOBJ)
# though, so it isn't necessary to have Perl just to recompile NASM
# from the distribution.
-insns.pl: insns-iflags.pl
+insns.pl: insns-iflags.ph
-INSDEP = x86/insns.dat x86/insns.pl x86/insns-iflags.pl
+INSDEP = x86/insns.dat x86/insns.pl x86/insns-iflags.ph
x86/iflag.c: $(INSDEP)
$(PERL) $(srcdir)/x86/insns.pl -fc $(srcdir)/x86/insns.dat x86/iflag.c