summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d804f38a0..2f1ef50364 100644
--- a/Makefile
+++ b/Makefile
@@ -756,7 +756,7 @@ all: $(ALL_PRG-yes)
$(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<
%.o: %.S
- $(CC) $(ASFLAGS) -c -o $@ $<
+ $(CC) $(CFLAGS) -c -o $@ $<
%-rc.o: %.rc
$(WINDRES) -I. $< $@