Merge pull request #347 from JamesB7/master
[mono.git] / mcs / jay / Makefile
index 730ef09dd696d544d91c1bdd4f0dd9b7c0725048..f14055f82760f24bb539365867f82cf8650cf76f 100644 (file)
@@ -46,7 +46,7 @@ dist-local: dist-default
 test-local run-test-local run-test-ondotnet-local doc-update-local:
 
 jay: $(sources:.c=.o)
-       $(CCOMPILE) -o $@ $^
+       $(CCOMPILE) $(LDFLAGS) -o $@ $^
 
 %.o: %.c
-       $(CCOMPILE) -c -o $@ $^
+       $(CCOMPILE) $(JAY_CFLAGS) -c -o $@ $^