common/autoconf/spec.gmk.in

changeset 974
46696858adab
parent 972
f3697e0783e2
parent 912
a667caba1e84
child 975
4f4c924640b8
equal deleted inserted replaced
973:9baf24c25fa8 974:46696858adab
63 ifeq (,$(findstring -R,$(MAKE))) 63 ifeq (,$(findstring -R,$(MAKE)))
64 MAKE:=$(MAKE) -R 64 MAKE:=$(MAKE) -R
65 endif 65 endif
66 66
67 # Specify where the common include directory for makefiles is. 67 # Specify where the common include directory for makefiles is.
68 ifeq (,$(findstring -I @SRC_ROOT@/common/makefiles,$(MAKE))) 68 ifeq (,$(findstring -I @SRC_ROOT@/make/common,$(MAKE)))
69 MAKE:=$(MAKE) -I @SRC_ROOT@/common/makefiles 69 MAKE:=$(MAKE) -I @SRC_ROOT@/make/common
70 endif 70 endif
71 71
72 # The "human readable" name of this configuration 72 # The "human readable" name of this configuration
73 CONF_NAME:=@CONF_NAME@ 73 CONF_NAME:=@CONF_NAME@
74 74

mercurial