Corrected dependency for non-ide building

(makefile was not generating cpuemu*.cpp)
This commit is contained in:
nigel 2002-10-22 12:09:17 +00:00
parent 466fc971f6
commit 47e9fe084c

View File

@ -55,7 +55,7 @@ $(OBJ_DIR)::
@[ -d $(OBJ_DIR) ] || mkdir $(OBJ_DIR) > /dev/null 2>&1
$(APP): $(OBJ_DIR) $(GENSRCS) $(SRCS)
$(APP): $(OBJ_DIR) $(GEN) $(SRCS)
pbxbuild -buildstyle Deployment
# pbxbuild