common/autoconf/spec.gmk.in

changeset 912
a667caba1e84
parent 904
37d2736caf46
child 917
c009462c1e92
child 974
46696858adab
     1.1 --- a/common/autoconf/spec.gmk.in	Thu Nov 07 08:16:05 2013 -0800
     1.2 +++ b/common/autoconf/spec.gmk.in	Thu Nov 14 10:53:23 2013 +0100
     1.3 @@ -65,8 +65,8 @@
     1.4  endif
     1.5  
     1.6  # Specify where the common include directory for makefiles is.
     1.7 -ifeq (,$(findstring -I @SRC_ROOT@/common/makefiles,$(MAKE)))
     1.8 -  MAKE:=$(MAKE) -I @SRC_ROOT@/common/makefiles
     1.9 +ifeq (,$(findstring -I @SRC_ROOT@/make/common,$(MAKE)))
    1.10 +  MAKE:=$(MAKE) -I @SRC_ROOT@/make/common
    1.11  endif
    1.12  
    1.13  # The "human readable" name of this configuration

mercurial