diff --git a/BasiliskII/src/MacOSX/1_prepare_files.sh b/BasiliskII/src/MacOSX/1_prepare_files.sh index a2f5a145..0e3e6ce5 100644 --- a/BasiliskII/src/MacOSX/1_prepare_files.sh +++ b/BasiliskII/src/MacOSX/1_prepare_files.sh @@ -4,31 +4,14 @@ # # Run this to generate all the initial makefiles, etc. -# -# Note that we actually don't need a config.guess -# We could instead do something like: -# ./configure --build=powerpc-apple-darwin6.1 -# -if [ -e /usr/libexec/config.guess ] -then - # - # MacOS X 10.1 - # - ln -sf /usr/libexec/config.guess . - ln -sf /usr/libexec/config.sub . -else - # - # MacOS X 10.2 (and later?) - # - ln -sf /usr/share/libtool/config.guess . - ln -sf /usr/share/libtool/config.sub . -fi - +ln -sf ../Unix/config.guess . +ln -sf ../Unix/config.sub . ln -sf ../Unix/sys_unix.cpp . ln -sf ../Unix/timer_unix.cpp . ln -sf ../Unix/user_strings_unix.h . ln -sf ../Unix/install-sh . -cp -pr ../../README README.txt +cp -pr ../../INSTALL INSTALL.txt +cp -pr ../../README README.txt # # This is how I generated the button images: diff --git a/BasiliskII/src/MacOSX/Makefile.in b/BasiliskII/src/MacOSX/Makefile.in index dd73435c..ed83abaf 100644 --- a/BasiliskII/src/MacOSX/Makefile.in +++ b/BasiliskII/src/MacOSX/Makefile.in @@ -24,7 +24,7 @@ GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu3.cpp cpuemu4.cpp \ cpuemu5.cpp cpuemu6.cpp cpuemu7.cpp cpuemu8.cpp # Symlinks to files in other directories -GENLINK = README.txt install-sh \ +GENLINK = README.txt INSTALL.txt install-sh \ config.guess config.sub \ sys_unix.cpp timer_unix.cpp user_strings_unix.h