From 8ea765516cde32d72e8cae9c8973591dbdfbccf8 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 30 Nov 2000 04:16:52 +0000 Subject: [PATCH] Updated. committer: mfx 975557812 +0000 --- src/stub/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stub/Makefile b/src/stub/Makefile index a12d0e33..aa15f41d 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -59,8 +59,8 @@ vpath %.ash $(UCL_M68K) # // tools # ************************************************************************/ -NASM = /usr/topics/src/nasm-20000903/nasm -O0 -w+macro-params -w+orphan-labels -NASM = /usr/topics/src/nasm-20000903/nasm -O2 -w+macro-params -w+orphan-labels +NASM = /usr/topics/asm/nasm-20000903/nasm -O0 -w+macro-params -w+orphan-labels +NASM = /usr/topics/asm/nasm-20000903/nasm -O2 -w+macro-params -w+orphan-labels NASM = nasm -w+macro-params -w+orphan-labels APP = perl -w $(srcdir)/scripts/app.pl