File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ $(PLUGIN_OBJECT_GENERATED_FILES): CPPFLAGS+= $(if $(srcdir),-I$(srcdir))
155155
156156# This is the standard .c->.o recipe, but it needs to be stated
157157# explicitly to support the case that $(srcdir) is not blank.
158- $(PLUGIN_OBJECT_SOURCE_FILES ) $( PLUGIN_OBJECT_GENERATED_FILES ) : % .o: $(srcdir ) % .c autogenerated-config.h $(srcdir ) gcc-python.h $(LIBGCC_C_API_SO ) autogenerated-EXTRA_CFLAGS.txt
158+ $(PLUGIN_OBJECT_FILES ) : % .o: $(srcdir ) % .c autogenerated-config.h $(srcdir ) gcc-python.h $(LIBGCC_C_API_SO ) autogenerated-EXTRA_CFLAGS.txt
159159 $(COMPILE.c ) $(shell cat autogenerated-EXTRA_CFLAGS.txt) $(OUTPUT_OPTION ) $<
160160
161161print-gcc-version : print-gcc-version.c autogenerated-EXTRA_CFLAGS.txt
You can’t perform that action at this time.
0 commit comments