mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
Fix typo in makefile - path must be specified to find
This commit is contained in:
parent
e892f1bff5
commit
4088387cf0
2
makefile
2
makefile
@ -291,7 +291,7 @@ $(driver-object): $(native-build)/%.o: $(src)/%.cpp
|
||||
$(build)/classpath.jar: $(classpath-classes)
|
||||
(wd=$$(pwd); \
|
||||
cd $(classpath-build); \
|
||||
$(jar) c0f $${wd}/$(@) $$(find -name '*.class'))
|
||||
$(jar) c0f $${wd}/$(@) $$(find . -name '*.class'))
|
||||
|
||||
$(classpath-object): $(build)/classpath.jar
|
||||
(wd=$$(pwd); \
|
||||
|
Loading…
Reference in New Issue
Block a user