]> granicus.if.org Git - yasm/commitdiff
Change PERL line to reflect instrs.dat move.
authorPeter Johnson <peter@tortall.net>
Sat, 3 Nov 2001 06:25:40 +0000 (06:25 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 3 Nov 2001 06:25:40 +0000 (06:25 -0000)
svn path=/trunk/yasm/; revision=315

modules/parsers/nasm/Makefile.am
src/parsers/nasm/Makefile.am

index d0395ed7991eeabc336d1dcd95fe5bad2b08b80d..47ddce63cca3f7354c6c3d50641bdb48804e5816 100644 (file)
@@ -35,7 +35,7 @@ CFLAGS = @ANSI_CFLAGS@
 
 token.l bison.y: $(top_srcdir)/src/arch/@ARCH@/instrs.dat token.l.in bison.y.in gen_instr.pl
 if DEV
-       $(PERL) gen_instr.pl -i $(top_srcdir)/src/instrs.dat -t token.l -g bison.y
+       $(PERL) gen_instr.pl -i $(top_srcdir)/src/arch/@ARCH@/instrs.dat -t token.l -g bison.y
 else
        @echo "Run configure with --enable-dev before making changes here."
        @exit 1
index d0395ed7991eeabc336d1dcd95fe5bad2b08b80d..47ddce63cca3f7354c6c3d50641bdb48804e5816 100644 (file)
@@ -35,7 +35,7 @@ CFLAGS = @ANSI_CFLAGS@
 
 token.l bison.y: $(top_srcdir)/src/arch/@ARCH@/instrs.dat token.l.in bison.y.in gen_instr.pl
 if DEV
-       $(PERL) gen_instr.pl -i $(top_srcdir)/src/instrs.dat -t token.l -g bison.y
+       $(PERL) gen_instr.pl -i $(top_srcdir)/src/arch/@ARCH@/instrs.dat -t token.l -g bison.y
 else
        @echo "Run configure with --enable-dev before making changes here."
        @exit 1