From a21772ad3700912ce5238dc63f758f01b6c7bf4c Mon Sep 17 00:00:00 2001 From: Chris Eagle Date: Thu, 24 Sep 2015 21:26:54 -0700 Subject: [PATCH] Cause java constnats to get updated by bindings Makefile --- bindings/Makefile | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 bindings/Makefile diff --git a/bindings/Makefile b/bindings/Makefile old mode 100644 new mode 100755 index 5fa8e472..d004735a --- a/bindings/Makefile +++ b/bindings/Makefile @@ -16,6 +16,7 @@ SAMPLE_X86 = $(TMPDIR)/sample_x86 all: cd python && $(MAKE) gen_const cd go && $(MAKE) gen_const + cd java && $(MAKE) gen_const samples: expected python