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:
105c0be
)
Delete "random" file .rnd in "make clean".
author
Bodo Möller
<bodo@openssl.org>
Fri, 14 Jan 2000 20:07:12 +0000
(20:07 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 14 Jan 2000 20:07:12 +0000
(20:07 +0000)
test/Makefile.ssl
patch
|
blob
|
history
diff --git
a/test/Makefile.ssl
b/test/Makefile.ssl
index 4d454c67ae893bd305e6d0aaaa649fa4fef92e5c..cbc5a09d173fe7696b86e1d66c7eecba18dd5616 100644
(file)
--- a/
test/Makefile.ssl
+++ b/
test/Makefile.ssl
@@
-231,7
+231,7
@@
dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f tmp.bntest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss log
+ rm -f
.rnd
tmp.bntest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss log
$(DLIBSSL):
(cd ../ssl; $(MAKE))