We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2e585f + 1015cc4 commit dbf64e1Copy full SHA for dbf64e1
1 file changed
Makefile
@@ -2209,7 +2209,7 @@ $(ASM_OBJ): %.o: %.S GIT-CFLAGS $(missing_dep_dirs)
2209
endif
2210
2211
%.s: %.c GIT-CFLAGS FORCE
2212
- $(QUIET_CC)$(CC) -S $(ALL_CFLAGS) $(EXTRA_CPPFLAGS) $<
+ $(QUIET_CC)$(CC) -o $@ -S $(ALL_CFLAGS) $(EXTRA_CPPFLAGS) $<
2213
2214
ifdef USE_COMPUTED_HEADER_DEPENDENCIES
2215
# Take advantage of gcc's on-the-fly dependency generation
0 commit comments