projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d85668
)
modes/Makefile: update clean rule.
author
Andy Polyakov
<appro@openssl.org>
Mon, 26 Jul 2010 21:53:01 +0000
(21:53 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 26 Jul 2010 21:53:01 +0000
(21:53 +0000)
crypto/modes/Makefile
patch
|
blob
|
history
diff --git
a/crypto/modes/Makefile
b/crypto/modes/Makefile
index
cbda052
..
90de96b
100644
(file)
--- a/
crypto/modes/Makefile
+++ b/
crypto/modes/Makefile
@@
-92,7
+92,7
@@
dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f *.
s *.
o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
# DO NOT DELETE THIS LINE -- make depend depends on it.