mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
make classpath native sources depend on vm-depends in makefile (fixes #340)
This commit is contained in:
parent
a020105225
commit
2b4f1bad5d
2
makefile
2
makefile
@ -1826,7 +1826,7 @@ $(build)/%-build.o: $(lzma)/C/%.c
|
|||||||
$(build-cc) -DPOINTER_SIZE=$(pointer-size) -O0 -g3 $(lzma-build-cflags) \
|
$(build-cc) -DPOINTER_SIZE=$(pointer-size) -O0 -g3 $(lzma-build-cflags) \
|
||||||
-c $(<) -o $(@)
|
-c $(<) -o $(@)
|
||||||
|
|
||||||
$(jni-objects): $(build)/%.o: $(classpath-src)/%.cpp
|
$(jni-objects): $(build)/%.o: $(classpath-src)/%.cpp $(vm-depends)
|
||||||
$(compile-object)
|
$(compile-object)
|
||||||
|
|
||||||
$(static-library): $(vm-objects) $(classpath-objects) $(vm-heapwalk-objects) \
|
$(static-library): $(vm-objects) $(classpath-objects) $(vm-heapwalk-objects) \
|
||||||
|
Loading…
Reference in New Issue
Block a user