Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78186 | Differences between
and this patch

Collapse All | Expand All

(-)config.mk.old (-2 / +9 lines)
Lines 18-25 Link Here
18
  include $(TOP_DIR)/builds/unix/unix-cc.mk
18
  include $(TOP_DIR)/builds/unix/unix-cc.mk
19
else
19
else
20
  # we are building FT2 not in the src tree
20
  # we are building FT2 not in the src tree
21
  include $(OBJ_DIR)/unix-def.mk
21
  # But is the path valid? Not on my gentoo box - <dking [at] pimpsoft.com>
22
  include $(OBJ_DIR)/unix-cc.mk
22
  if[ -e "$(OBJ_DIR)/unix-def.mk" ]
23
  then
24
	include $(OBJ_DIR)/unix-def.mk
25
	include $(OBJ_DIR)/unix-cc.mk
26
  else
27
	include unix-def.mk
28
	include unix-cc.mk
29
  fi
23
endif
30
endif
24
31
25
ifdef BUILD_PROJECT
32
ifdef BUILD_PROJECT

Return to bug 78186