common/autoconf/spec.gmk.in
changeset 21759 e24e22311718
parent 21175 55339db53608
child 21903 f8e5ffa27a34
child 22469 f8c0670baf03
equal deleted inserted replaced
21510:0b432ae58dd5 21759:e24e22311718
    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