fix parallel (make -jN) build

This commit is contained in:
Joel Dice 2009-09-05 16:04:43 -06:00
parent 3446ed0fce
commit 44ae6a02c2

View File

@ -449,7 +449,9 @@ args = $(flags) $(input)
build: $(static-library) $(executable) $(dynamic-library) \
$(executable-dynamic) $(classpath-dep) $(test-dep) $(test-extra-dep)
$(test-classes): $(classpath-dep)
$(test-dep): $(classpath-dep)
$(test-extra-dep): $(classpath-dep)
.PHONY: run
run: build