blob: 7a7e026813da6055adadb6614b608b81838088a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.2 2007/01/06 15:11:58 jmmv Exp $
--- Makefile.in.orig 2005-01-15 00:05:31.000000000 +0100
+++ Makefile.in
@@ -18,7 +18,7 @@ CC = @CC@
CFLAGS = @CFLAGS@ @GCCFLAGS@ @DEFS@ -I$(srcdir) -I.
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
-PERL = perl
+PERL = ${PERL5}
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -51,7 +51,7 @@ NASM = nasm.$(O) nasmlib.$(O) float.$(O)
labels.$(O) parser.$(O) outform.$(O) output/outbin.$(O) \
output/outaout.$(O) output/outcoff.$(O) output/outelf.$(O) \
output/outobj.$(O) output/outas86.$(O) output/outrdf2.$(O) \
- output/outdbg.$(O) output/outieee.$(O) \
+ output/outdbg.$(O) output/outieee.$(O) output/outmacho.$(O) \
preproc.$(O) listing.$(O) eval.$(O)
NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) insnsd.$(O)
|