From 448baac0f46f9fc5c5e1e8873cf8e0e32decc4e4 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 13 Sep 2002 16:12:59 +0000 Subject: [PATCH] Updated. committer: mfx 1031933579 +0000 --- src/stub/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stub/Makefile b/src/stub/Makefile index d21e0435..7b118fa9 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -109,7 +109,7 @@ endif # MIPS R3000 APP_MR3K = perl -w $(srcdir)/scripts/app_mr3k.pl -ASM_MR3K = asm5900 --nologo -q +ASM_MR3K = asm5900 --nologo -q -I$(UCL_UPX) -I$(srcdir) # /*********************************************************************** @@ -350,7 +350,7 @@ upxd: l_lx_sep.o l_lx_sep86.asm l_psx.h: l_psx.asm $(APP_MR3K) $< $T.asx - $(ASM_MR3K) $T.asx -I$(UCL_UPX) -o$T.bin -l$T.lst + $(ASM_MR3K) $T.asx -o$T.bin -l$T.lst $(BIN2H) $T.bin nrv_loader $@