Unix/timer_unix.cpp was also being compiled with the wrong sysdeps.h

(the one from the Unix directory)
This commit is contained in:
nigel 2003-03-24 10:18:23 +00:00
parent a79d56c449
commit b855865ea2
2 changed files with 5 additions and 3 deletions

View File

@ -25,6 +25,7 @@ else
fi
ln -sf ../Unix/sys_unix.cpp .
ln -sf ../Unix/timer_unix.cpp .
ln -sf ../Unix/user_strings_unix.h .
ln -sf ../Unix/install-sh .
ln -sf ../../README README.txt

View File

@ -24,7 +24,8 @@ GENEMUS = cpuemu1.cpp cpuemu2.cpp cpuemu3.cpp cpuemu4.cpp \
# 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 $@