From 4715db8f28943ad8ec352cc791c407a46e495110 Mon Sep 17 00:00:00 2001 From: Andrew Tonner Date: Sun, 22 Jan 2017 00:58:09 -0800 Subject: [PATCH] top level script should make sure directories it wants to put symlinks in exist --- SheepShaver/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SheepShaver/Makefile b/SheepShaver/Makefile index 53ecae21..f6f9dc08 100644 --- a/SheepShaver/Makefile +++ b/SheepShaver/Makefile @@ -49,6 +49,8 @@ $(SRCARCHIVE): $(SRCS) $(DOCS) # Links to Basilisk II sources # links: + mkdir -p src/CrossPlatform + mkdir -p src/Unix/Irix @list='adb.cpp audio.cpp cdrom.cpp disk.cpp extfs.cpp pict.c \ prefs.cpp scsi.cpp sony.cpp xpram.cpp \ include/adb.h include/audio.h include/audio_defs.h \