diff --git a/Makefile.in b/Makefile.in index 030a2ef2e..7e97e261e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -391,15 +391,15 @@ asm/directbl.c: asm/directiv.dat nasmlib/perfhash.pl perllib/phash.ph $(srcdir)/asm/directiv.dat asm/directbl.c # Editor token files -editors/nasmtok.el: editors/nasmtok.pl asm/tokhash.c asm/pptok.c \ +editors/nasmtok.el: editors/emacstok.pl asm/tokhash.c asm/pptok.c \ asm/directiv.dat macros/macros.c editors/builtin.mac \ version.mak - $(RUNPERL) $(srcdir)/editors/nasmtok.pl -el $@ $(srcdir) $(objdir) + $(RUNPERL) $(srcdir)/editors/emacstok.pl -el $@ $(srcdir) $(objdir) -editors/nasmtok.json: editors/nasmtok.pl asm/tokhash.c asm/pptok.c \ +editors/nasmtok.json: editors/emacstok.pl asm/tokhash.c asm/pptok.c \ asm/directiv.dat macros/macros.c editors/builtin.mac \ version.mak - $(RUNPERL) $(srcdir)/editors/nasmtok.pl -json $@ $(srcdir) $(objdir) + $(RUNPERL) $(srcdir)/editors/emacstok.pl -json $@ $(srcdir) $(objdir) editors: $(EDITORS) $(PHONY) diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak index 4117df2e4..98192172d 100644 --- a/Mkfiles/msvc.mak +++ b/Mkfiles/msvc.mak @@ -334,15 +334,15 @@ asm\directbl.c: asm\directiv.dat nasmlib\perfhash.pl perllib\phash.ph $(srcdir)\asm\directiv.dat asm\directbl.c # Editor token files -editors\nasmtok.el: editors\nasmtok.pl asm\tokhash.c asm\pptok.c \ +editors\nasmtok.el: editors\emacstok.pl asm\tokhash.c asm\pptok.c \ asm\directiv.dat macros\macros.c editors\builtin.mac \ version.mak - $(RUNPERL) $(srcdir)\editors\nasmtok.pl -el $@ $(srcdir) $(objdir) + $(RUNPERL) $(srcdir)\editors\emacstok.pl -el $@ $(srcdir) $(objdir) -editors\nasmtok.json: editors\nasmtok.pl asm\tokhash.c asm\pptok.c \ +editors\nasmtok.json: editors\emacstok.pl asm\tokhash.c asm\pptok.c \ asm\directiv.dat macros\macros.c editors\builtin.mac \ version.mak - $(RUNPERL) $(srcdir)\editors\nasmtok.pl -json $@ $(srcdir) $(objdir) + $(RUNPERL) $(srcdir)\editors\emacstok.pl -json $@ $(srcdir) $(objdir) editors: $(EDITORS) $(PHONY) diff --git a/Mkfiles/openwcom.mak b/Mkfiles/openwcom.mak index 1415c17f2..721f06024 100644 --- a/Mkfiles/openwcom.mak +++ b/Mkfiles/openwcom.mak @@ -344,15 +344,15 @@ asm\directbl.c: asm\directiv.dat nasmlib\perfhash.pl perllib\phash.ph $(srcdir)\asm\directiv.dat asm\directbl.c # Editor token files -editors\nasmtok.el: editors\nasmtok.pl asm\tokhash.c asm\pptok.c & +editors\nasmtok.el: editors\emacstok.pl asm\tokhash.c asm\pptok.c & asm\directiv.dat macros\macros.c editors\builtin.mac & version.mak - $(RUNPERL) $(srcdir)\editors\nasmtok.pl -el $@ $(srcdir) $(objdir) + $(RUNPERL) $(srcdir)\editors\emacstok.pl -el $@ $(srcdir) $(objdir) -editors\nasmtok.json: editors\nasmtok.pl asm\tokhash.c asm\pptok.c & +editors\nasmtok.json: editors\emacstok.pl asm\tokhash.c asm\pptok.c & asm\directiv.dat macros\macros.c editors\builtin.mac & version.mak - $(RUNPERL) $(srcdir)\editors\nasmtok.pl -json $@ $(srcdir) $(objdir) + $(RUNPERL) $(srcdir)\editors\emacstok.pl -json $@ $(srcdir) $(objdir) editors: $(EDITORS) $(PHONY) diff --git a/editors/nasmtok.pl b/editors/emacstok.pl similarity index 100% rename from editors/nasmtok.pl rename to editors/emacstok.pl