Makefile: make ppc/sha1ppc.o depend on GIT-CFLAGS
[gitweb.git] / Makefile
index c11719c277de97d48c21f1207a2e9bc24f07ebad..015bfabb9cb2b47ffb5306691fefc73fbd2eb09f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1635,7 +1635,7 @@ git.o git.spec \
        $(QUIET_CC)$(CC) -o $*.o -c $(ALL_CFLAGS) $<
 %.s: %.c GIT-CFLAGS
        $(QUIET_CC)$(CC) -S $(ALL_CFLAGS) $<
-%.o: %.S
+%.o: %.S GIT-CFLAGS
        $(QUIET_CC)$(CC) -o $*.o -c $(ALL_CFLAGS) $<
 
 exec_cmd.o: exec_cmd.c GIT-CFLAGS