summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-24 11:11:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-24 11:11:30 +0000
commit8b69d9d2b592f9419528091c8734fbd6bc504bae (patch)
tree0a68bb1b81466849950505232a7f0bfe2a4aa48b /test
parent3c630352e22f2f8295d70cceb8f034294aadc822 (diff)
Update from 0.9.8-stable
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index bbd7539187..bde813c734 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -452,7 +452,7 @@ $(JPAKETEST)$(EXE_EXT): $(JPAKETEST).o $(DLIBCRYPTO)
# fi
dummytest$(EXE_EXT): dummytest.o $(DLIBCRYPTO)
- @target=dummytest$; $(BUILD_CMD)
+ @target=dummytest; $(BUILD_CMD)
# DO NOT DELETE THIS LINE -- make depend depends on it.