From 4e98699ee1870107a6e26ba63ac7043696e6ed7a Mon Sep 17 00:00:00 2001 From: kanjitalk755 Date: Fri, 18 Sep 2020 18:42:36 +0900 Subject: [PATCH] fix link file list of SS --- SheepShaver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheepShaver/Makefile b/SheepShaver/Makefile index ab077305..0a511ff3 100644 --- a/SheepShaver/Makefile +++ b/SheepShaver/Makefile @@ -64,7 +64,7 @@ links: BeOS/xpram_beos.cpp BeOS/SheepDriver BeOS/SheepNet \ CrossPlatform/sigsegv.h CrossPlatform/vm_alloc.h CrossPlatform/vm_alloc.cpp \ CrossPlatform/video_vosf.h CrossPlatform/video_blit.h CrossPlatform/video_blit.cpp \ - Unix/audio_oss_esd.cpp Unix/bincue_unix.cpp Unix/bincue_unix.h \ + Unix/audio_oss_esd.cpp \ Unix/vhd_unix.cpp \ Unix/extfs_unix.cpp Unix/serial_unix.cpp \ Unix/sshpty.h Unix/sshpty.c Unix/strlcpy.h Unix/strlcpy.c \