From 2f947f56672c562321808e80efcb281be60d337f Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Tue, 21 Dec 2004 23:27:11 +0000 Subject: [PATCH] Append disassembler to dyngen, if available --- SheepShaver/src/Unix/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SheepShaver/src/Unix/Makefile.in b/SheepShaver/src/Unix/Makefile.in index 9208f9a7..c3178954 100644 --- a/SheepShaver/src/Unix/Makefile.in +++ b/SheepShaver/src/Unix/Makefile.in @@ -34,6 +34,11 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s INSTALL_DATA = @INSTALL_DATA@ +# Append disassembler to dyngen, if available +ifneq (:,$(MONSRCS):$(DYNGENSRCS)) +DYNGENSRCS += $(filter %i386-dis.c,$(MONSRCS)) +endif + ## Files SRCS = main_unix.cpp ../prefs.cpp ../prefs_items.cpp prefs_unix.cpp sys_unix.cpp \ ../rom_patches.cpp ../rsrc_patches.cpp ../emul_op.cpp ../name_registry.cpp \