projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b634ba
)
PR: 1994
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 24 Jul 2009 11:09:54 +0000
(11:09 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 24 Jul 2009 11:09:54 +0000
(11:09 +0000)
Submitted by: Gilles PION <gpion@lfdj.com>
Approved by: steve@openssl.org
Remove extra $.
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 228ee368cd7599388b928f362e8bb2ae6ebd5d7e..678c337bc7bbd3f783335d26a466ae31cb6afb10 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-538,7
+538,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.