From e2880aa2fdc75298df487df7519d483acb03959c Mon Sep 17 00:00:00 2001 From: Damien Date: Fri, 20 Dec 2013 14:22:59 +0000 Subject: Fix a few compiler warnings. --- unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix') diff --git a/unix/Makefile b/unix/Makefile index 8c59b5b3f2..76cc0a3855 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -50,7 +50,7 @@ $(BUILD)/%.o: %.c $(CC) $(CFLAGS) -c -o $@ $< $(BUILD)/%.o: $(PYSRC)/%.s - $(AS) -c -o $@ $< + $(AS) -o $@ $< $(BUILD)/%.o: $(PYSRC)/%.c mpyconfig.h $(CC) $(CFLAGS) -c -o $@ $< -- cgit v1.2.3