From c61d0b43bb8937b70e5440a7b4174bcfda96a6e8 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 30 Aug 2013 12:34:15 -0500 Subject: [PATCH] configure: Fix ios HDEPENDS_METHOD It changed on 3.14, but 3.15 needs a different seting. --- configure/os/CONFIG.Common.iosCommon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.iosCommon b/configure/os/CONFIG.Common.iosCommon index 00e5c38ce..2e9be3acf 100644 --- a/configure/os/CONFIG.Common.iosCommon +++ b/configure/os/CONFIG.Common.iosCommon @@ -101,7 +101,7 @@ vpath %.m $(USR_VPATH) $(ALL_SRC_DIRS) #-------------------------------------------------- # Header dependency file generation # -HDEPENDS_METHOD = CMD +HDEPENDS_METHOD = MKMF #-------------------------------------------------- # Allow site overrides