diff options
author | rpj <rpj> | 2004-10-01 07:17:09 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-10-01 07:17:09 +0000 |
commit | b0cf9efa6afeb8a7dbddf124dae173a2d633c801 (patch) | |
tree | 8f208f15bd63cf69ae9e2ceb2d523296db8bca76 /tests/GNUmakefile | |
parent | 531ca4db4794aab863a898b4d079ccd59b424b25 (diff) |
Mutex speedups
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r-- | tests/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile index 04f9943..cc36b53 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -273,7 +273,7 @@ sizes.pass: sizes.exe @ $(ECHO) Passed @ $(TOUCH) $@ -%.bench: $(XXLIBS) %.exe +%.bench: $(LIB) $(DLL) $(HDR) $(QAPC) $(XXLIBS) %.exe @ $(ECHO) Running $* $* @ $(ECHO) Done |