aboutsummaryrefslogtreecommitdiffstats
path: root/engines/ccgost
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-12 12:13:13 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-12 12:13:13 +0000
commitf9542a4231d6c603b15f6cece0201070c08b1d90 (patch)
treed3a8173aa10363b5bdcfcec2a5b97e24a6f5835c /engines/ccgost
parentacb2f06af190e7a780ce59d0ee3c22ca4a54c324 (diff)
downloadopenssl-f9542a4231d6c603b15f6cece0201070c08b1d90.tar.gz
engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.
Diffstat (limited to 'engines/ccgost')
-rw-r--r--engines/ccgost/.cvsignore1
-rw-r--r--engines/ccgost/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/engines/ccgost/.cvsignore b/engines/ccgost/.cvsignore
index b722ca8957..1c7da64e45 100644
--- a/engines/ccgost/.cvsignore
+++ b/engines/ccgost/.cvsignore
@@ -4,3 +4,4 @@ libs
*.flc
semantic.cache
*.dll
+*.dylib
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile
index dadb5230ec..ebf8678e56 100644
--- a/engines/ccgost/Makefile
+++ b/engines/ccgost/Makefile
@@ -85,7 +85,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll
+ rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll *.dylib
# DO NOT DELETE THIS LINE -- make depend depends on it.