|
@@ -518,7 +518,7 @@ $(obj)include/autoconf.mk.dep: $(obj)include/config.h include/common.h
|
|
@$(XECHO) Generating $@ ; \
|
|
@$(XECHO) Generating $@ ; \
|
|
set -e ; \
|
|
set -e ; \
|
|
: Generate the dependancies ; \
|
|
: Generate the dependancies ; \
|
|
- $(CC) -x c -DDO_DEPS_ONLY -M $(HOSTCFLAGS) $(CPPFLAGS) \
|
|
|
|
|
|
+ $(CC) -x c -DDO_DEPS_ONLY -M $(CFLAGS) $(CPPFLAGS) \
|
|
-MQ $(obj)include/autoconf.mk include/common.h > $@
|
|
-MQ $(obj)include/autoconf.mk include/common.h > $@
|
|
|
|
|
|
$(obj)include/autoconf.mk: $(obj)include/config.h
|
|
$(obj)include/autoconf.mk: $(obj)include/config.h
|