summaryrefslogtreecommitdiffstats
path: root/testasmcomp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testasmcomp/Makefile')
-rw-r--r--testasmcomp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testasmcomp/Makefile b/testasmcomp/Makefile
index 04715b5dd..c8b17afea 100644
--- a/testasmcomp/Makefile
+++ b/testasmcomp/Makefile
@@ -122,7 +122,7 @@ power.o: power-$(SYSTEM).o
.cmm.o:
$(CAMLRUN) $(CODEGEN) $*.cmm > $*.s
- $(AS) $(ASFLAGS) -o $*.o $*.s
+ $(AS) -o $*.o $*.s
.asm.o:
$(AS) $(ASFLAGS) -o $*.o $*.asm