Merge pull request #347 from JamesB7/master
[mono.git] / mcs / jay / Makefile
index 74609852fe32e3009e4eb7271ed9506894839499..f14055f82760f24bb539365867f82cf8650cf76f 100644 (file)
@@ -49,4 +49,4 @@ jay: $(sources:.c=.o)
        $(CCOMPILE) $(LDFLAGS) -o $@ $^
 
 %.o: %.c
-       $(CCOMPILE) -c -o $@ $^
+       $(CCOMPILE) $(JAY_CFLAGS) -c -o $@ $^