From 44ae6a02c244df4fe2cff7ffa91f52115fa45ed0 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sat, 5 Sep 2009 16:04:43 -0600 Subject: [PATCH] fix parallel (make -jN) build --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 6631091379..59e84596a7 100644 --- a/makefile +++ b/makefile @@ -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