--- BasiliskII/src/MacOSX/Makefile.in 2003/03/24 06:18:20 1.8 +++ BasiliskII/src/MacOSX/Makefile.in 2003/03/24 10:18:23 1.9 @@ -24,7 +24,8 @@ GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu # Symlinks to files in other directories GENLINK = README.txt install-sh \ - config.guess config.sub sys_unix.cpp user_strings_unix.h + config.guess config.sub \ + sys_unix.cpp timer_unix.cpp user_strings_unix.h GEN = $(GENEMUS) $(GENSRCS) @@ -56,8 +57,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 $@