summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2016-05-16 13:20:01 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2016-05-16 13:20:01 -0700
commitb06736ae7ee2af15c2d7176ca9cf241661b7cb49 (patch)
tree9ea9b67e42aaadf3a890dc541c0b03435be1b440 /Makefile.in
parentcba1aca466db66fe1f391f3f1cdd3bd2bd5170de (diff)
downloadnasm-b06736ae7ee2af15c2d7176ca9cf241661b7cb49.tar.gz
Unbreak building in a separate object directory
Fix bitrot in building in a separate object directory. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 1479a626..13b10ce8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -22,7 +22,7 @@ INTERNAL_CFLAGS = -I$(srcdir) -I.
ALL_CFLAGS = $(BUILD_CFLAGS) $(INTERNAL_CFLAGS)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
-PERL = perl -I$(srcdir)/perllib
+PERL = perl -I$(srcdir)/perllib -I$(srcdir)
XOBJS = @XOBJS@
@@ -113,7 +113,7 @@ ndisasm$(X): $(NDISASM) $(XOBJS)
# instruction-table file by a Perl script. They're distributed,
# though, so it isn't necessary to have Perl just to recompile NASM
# from the distribution.
-INSDEP = insns.dat insns.pl insns-iflags.pl
+INSDEP = insns.dat insns.pl
iflag.c: $(INSDEP)
$(PERL) $(srcdir)/insns.pl -fc $(srcdir)/insns.dat