From 04003569c54d3cfce7ae7d06199c2ca1e510f38a Mon Sep 17 00:00:00 2001 From: Dmitry Golovin Date: Tue, 22 Aug 2017 14:17:31 +0300 Subject: make preprocessor arguments clang-compatible --- Make.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make.rules') diff --git a/Make.rules b/Make.rules index 0f072d1..6457d6f 100644 --- a/Make.rules +++ b/Make.rules @@ -174,7 +174,7 @@ if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ ##### # Handle options to gcc. -c_flags = -Wp,-MD,$(depfile),-MT,$@ $(CPPFLAGS) \ +c_flags = -Wp,-MD,$(depfile) -Wp,-MT,$@ $(CPPFLAGS) \ $(CFLAGS_ALL) $(CFLAGS_EXTRA) $(CFLAGS_$(notdir $@)) ld_flags = $(LDFLAGS_ALL) $(LDFLAGS_EXTRA) $(LDFLAGS_$(notdir $@)) -- cgit v1.2.3-60-g2f50