diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2009-07-24 13:11:30 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2009-07-24 13:11:30 +0200 |
commit | 8b69d9d2b592f9419528091c8734fbd6bc504bae (patch) | |
tree | 0a68bb1b81466849950505232a7f0bfe2a4aa48b /test | |
parent | Use correct extension and OSX detection. (diff) | |
download | openssl-8b69d9d2b592f9419528091c8734fbd6bc504bae.tar.xz openssl-8b69d9d2b592f9419528091c8734fbd6bc504bae.zip |
Update from 0.9.8-stable
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
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. |