diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index 70b933c5ec..8ae477aa19 100644 --- a/Makeconfig +++ b/Makeconfig @@ -674,7 +674,7 @@ ifeq (yes, $(build-shared)) # %ifdef et al based on config.h settings or other %include'd files. define preprocess-versions sed 's/#.*$$//;s/^[ ]*%/#/' \ -| $(CC) $(CPPFLAGS) -E -undef -include $(common-objpfx)config.h -x c - \ +| $(CC) -E -undef -include $(common-objpfx)config.h -x c - \ | sed 's/#.*$$//;/^[ ]*$$/d' endef |