aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/yarpgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/yarpgen/Makefile')
-rw-r--r--test/monniaux/yarpgen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/yarpgen/Makefile b/test/monniaux/yarpgen/Makefile
index 339d6808..a9f62eb7 100644
--- a/test/monniaux/yarpgen/Makefile
+++ b/test/monniaux/yarpgen/Makefile
@@ -54,7 +54,7 @@ tests_s: $(TESTS_CCOMP_TARGET_S)
$(CC) $(CFLAGS) -S -o $@ $<
%.target.o : %.target.s
- $(TARGET_CC) $(CFLAGS) -c -o $@ $<
+ $(TARGET_CC) -c -o $@ $<
%.host.o : %.host.s
$(CC) $(CFLAGS) -c -o $@ $<