diff --git a/src/stub/Makefile b/src/stub/Makefile index 4a59c166..5dc1813f 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -369,6 +369,7 @@ upxd: l_lx_sep.o l_lx_sep86.asm DEPS1 = header.ash macros.ash ident.ash ident_n.ash ident_s.ash DEPS2 = header.asy macros.asy +DEPS3 = n2b_d32.asy n2d_d32.asy n2e_d32.asy $(STUBS): $(srcdir)/scripts/bin2h.pl @@ -387,9 +388,10 @@ l_vxd.h: n2b_d32.asy n2d_d32.asy n2e_d32.asy $(DEPS2) l_wcle.h: n2b_d32.asy n2d_d32.asy n2e_d32.asy $(DEPS2) l_w32pe.h: n2b_d32.asy n2d_d32.asy n2e_d32.asy $(DEPS2) -l_lx_elf86.h: l_lx_elf86.asm macros.ash macros.asy n2e_d32.asy -l_lx_exec86.h: l_lx_exec86.asm macros.ash macros.asy n2e_d32.asy -l_lx_sh86.h: l_lx_sh86.asm macros.ash macros.asy n2e_d32.asy +l_lx_elf86.h: l_lx_elf86.asm macros.ash macros.asy $(DEPS3) +l_lx_exec86.h: l_lx_exec86.asm macros.ash macros.asy $(DEPS3) +l_lx_sh86.h: l_lx_sh86.asm macros.ash macros.asy $(DEPS3) +l_vmlinz.h: l_vmlinz.asm macros.ash macros.asy $(DEPS3) upxb: linux.hh upxd: linux.hh diff --git a/src/stub/l_vmlinz.asm b/src/stub/l_vmlinz.asm index 522f1f14..c9a606fd 100644 --- a/src/stub/l_vmlinz.asm +++ b/src/stub/l_vmlinz.asm @@ -91,6 +91,7 @@ checka20: %include "n2b_d32.ash" %include "n2d_d32.ash" +%include "n2e_d32.ash" ; ============= %ifdef __LZCALLT9__