mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
point javac to the right output directory when building extra tests
This commit is contained in:
parent
31eb75a736
commit
4eeabbeec3
2
makefile
2
makefile
@ -412,7 +412,7 @@ $(test-dep): $(test-sources)
|
||||
$(test-extra-dep): $(test-extra-sources)
|
||||
@echo "compiling extra test classes"
|
||||
@mkdir -p $(dir $(@))
|
||||
$(javac) -d $(test) -bootclasspath $(classpath-build) \
|
||||
$(javac) -d $(test-build) -bootclasspath $(classpath-build) \
|
||||
$(shell $(MAKE) -s --no-print-directory $(test-extra-classes))
|
||||
@touch $(@)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user