configure: Fix ios HDEPENDS_METHOD

It changed on 3.14, but 3.15 needs a different seting.
This commit is contained in:
Andrew Johnson
2013-08-30 12:34:15 -05:00
parent 859024d155
commit c61d0b43bb

View File

@@ -101,7 +101,7 @@ vpath %.m $(USR_VPATH) $(ALL_SRC_DIRS)
#--------------------------------------------------
# Header dependency file generation
#
HDEPENDS_METHOD = CMD
HDEPENDS_METHOD = MKMF
#--------------------------------------------------
# Allow site overrides