--- BasiliskII/src/MacOSX/Makefile.in 2003/01/10 23:05:06 1.7 +++ BasiliskII/src/MacOSX/Makefile.in 2003/06/03 12:27:12 1.10 @@ -1,3 +1,4 @@ +# $Id: Makefile.in,v 1.10 2003/06/03 12:27:12 nigel Exp $ # MacOS X makefile for Basilisk II. Slightly based on the Unix one ## System specific configuration @@ -24,7 +25,8 @@ GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu # Symlinks to files in other directories GENLINK = README.txt install-sh \ - config.guess config.sub user_strings_unix.h + config.guess config.sub \ + sys_unix.cpp timer_unix.cpp user_strings_unix.h GEN = $(GENEMUS) $(GENSRCS) @@ -56,8 +58,8 @@ $(OBJ_DIR):: $(APP): $(OBJ_DIR) $(GEN) $(SRCS) - pbxbuild -buildstyle Deployment -# pbxbuild + pbxbuild -buildstyle Deployment || rm -fr $(APP) +# pbxbuild || rm -fr $(APP) BasiliskII.icns : touch $@