--- config.mk.old 2005-01-19 17:25:35.785795704 +0000 +++ config.mk 2005-01-19 17:49:11.252612040 +0000 @@ -18,8 +18,15 @@ include $(TOP_DIR)/builds/unix/unix-cc.mk else # we are building FT2 not in the src tree - include $(OBJ_DIR)/unix-def.mk - include $(OBJ_DIR)/unix-cc.mk + # But is the path valid? Not on my gentoo box - + if[ -e "$(OBJ_DIR)/unix-def.mk" ] + then + include $(OBJ_DIR)/unix-def.mk + include $(OBJ_DIR)/unix-cc.mk + else + include unix-def.mk + include unix-cc.mk + fi endif ifdef BUILD_PROJECT