summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-03-07 17:56:42 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2017-03-07 18:08:03 -0800
commited40e2528d3d3d39fd72c32710933d30d2babca1 (patch)
treece1191f3025331cd478b08a36488846f25e36e06 /Makefile.in
parentc713168bc72a7fd0dcc8da3b2c41acac18538fe1 (diff)
downloadnasm-ed40e2528d3d3d39fd72c32710933d30d2babca1.tar.gz
Rename directiv.c to directbl.c to free up the name directiv.c
We want to move the directive handling to a separate file, so change the filename of the directive table handler to something a bit more specific. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 7cf73922..6f48ee57 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -105,7 +105,7 @@ LIBOBJ = stdlib/snprintf.$(O) stdlib/vsnprintf.$(O) stdlib/strlcpy.$(O) \
x86/disp8.$(O) x86/iflag.$(O) \
\
asm/float.$(O) \
- asm/directiv.$(O) \
+ asm/directbl.$(O) \
asm/assemble.$(O) asm/labels.$(O) asm/parser.$(O) \
asm/preproc.$(O) asm/quote.$(O) asm/pptok.$(O) \
asm/listing.$(O) asm/eval.$(O) asm/exprlib.$(O) asm/exprdump.$(O) \
@@ -245,9 +245,9 @@ asm/pptok.ph: asm/pptok.dat asm/pptok.pl perllib/phash.ph
asm/directiv.h: asm/directiv.dat asm/directiv.pl perllib/phash.ph
$(RUNPERL) $(srcdir)/asm/directiv.pl h \
$(srcdir)/asm/directiv.dat asm/directiv.h
-asm/directiv.c: asm/directiv.dat asm/directiv.pl perllib/phash.ph
+asm/directbl.c: asm/directiv.dat asm/directiv.pl perllib/phash.ph
$(RUNPERL) $(srcdir)/asm/directiv.pl c \
- $(srcdir)/asm/directiv.dat asm/directiv.c
+ $(srcdir)/asm/directiv.dat asm/directbl.c
# This target generates all files that require perl.
# This allows easier generation of distribution (see dist target).
@@ -256,7 +256,7 @@ PERLREQ = x86/insnsb.c x86/insnsa.c x86/insnsd.c x86/insnsi.h x86/insnsn.c \
x86/regvals.c asm/tokhash.c asm/tokens.h asm/pptok.h asm/pptok.c \
x86/iflag.c x86/iflaggen.h \
macros/macros.c \
- asm/pptok.ph asm/directiv.c asm/directiv.h \
+ asm/pptok.ph asm/directbl.c asm/directiv.h \
version.h version.mac version.mak nsis/version.nsh
perlreq: $(PERLREQ)
@@ -386,7 +386,7 @@ asm/assemble.$(O): asm/assemble.c asm/assemble.h asm/directiv.h \
include/disp8.h include/iflag.h include/insns.h include/nasm.h \
include/nasmint.h include/nasmlib.h include/opflags.h include/strlist.h \
include/tables.h x86/iflaggen.h x86/insnsi.h x86/regs.h
-asm/directiv.$(O): asm/directiv.c asm/directiv.h asm/pptok.h asm/preproc.h \
+asm/directbl.$(O): asm/directbl.c asm/directiv.h asm/pptok.h asm/preproc.h \
config/config.h config/msvc.h config/unknown.h config/watcom.h \
include/compiler.h include/hashtbl.h include/nasm.h include/nasmint.h \
include/nasmlib.h include/opflags.h include/strlist.h include/tables.h \