File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ $(EXPORT_HEADER):
5151 @echo " #define ZONE_EXPORT" > include/zone/export.h
5252
5353$(OBJECTS ) : $(SOURCES ) $(SOURCES:.c=.d )
54- $(CC ) $(DEPFLAGS ) $(CPPFLAGS ) $(CFLAGS ) -o $@ -c $<
54+ $(CC ) $(DEPFLAGS ) $(CPPFLAGS ) $(CFLAGS ) -o $@ -c $( @:.o=.c )
5555
5656$(WESTMERE_OBJECTS ) : $(WESTMERE_SOURCES ) $(WESTMERE_SOURCES:.c=.d )
57- $(CC ) $(DEPFLAGS ) $(CPPFLAGS ) $(CFLAGS ) -march=westmere -o $@ -c $<
57+ $(CC ) $(DEPFLAGS ) $(CPPFLAGS ) $(CFLAGS ) -march=westmere -o $@ -c $( @:.o=.c )
5858
5959$(HASWELL_OBJECTS ) : $(HASWELL_SOURCES ) $(HASWELL_SOURCES:.c=.d )
60- $(CC ) $(DEPFLAGS ) $(CPPFLAGS ) $(CFLAGS ) -march=haswell -o $@ -c $<
60+ $(CC ) $(DEPFLAGS ) $(CPPFLAGS ) $(CFLAGS ) -march=haswell -o $@ -c $( @:.o=.c )
6161
6262DEPENDS := $(SOURCES:.c=.d ) \
6363 $($(WESTMERE ) _SOURCES:.c=.d) \
You can’t perform that action at this time.
0 commit comments