|
@@ -432,7 +432,7 @@ $(obj)include/autoconf.mk: $(obj)include/config.h $(VERSION_FILE)
|
|
@$(XECHO) Generating include/autoconf.mk ; \
|
|
@$(XECHO) Generating include/autoconf.mk ; \
|
|
set -e ; \
|
|
set -e ; \
|
|
: Generate the dependancies ; \
|
|
: Generate the dependancies ; \
|
|
- $(CC) -M $(HOST_CFLAGS) $(CPPFLAGS) -MQ $@ include/common.h > $@.dep ; \
|
|
|
|
|
|
+ $(CC) -x c -M $(HOST_CFLAGS) $(CPPFLAGS) -MQ $@ include/common.h > $@.dep ; \
|
|
: Extract the config macros ; \
|
|
: Extract the config macros ; \
|
|
$(CPP) $(CFLAGS) -dM include/common.h | sed -n -f tools/scripts/define2mk.sed > $@
|
|
$(CPP) $(CFLAGS) -dM include/common.h | sed -n -f tools/scripts/define2mk.sed > $@
|
|
|
|
|