summaryrefslogtreecommitdiffstats
path: root/engines
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
parentacb2f06af190e7a780ce59d0ee3c22ca4a54c324 (diff)
engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.
Diffstat (limited to 'engines')
-rw-r--r--engines/.cvsignore1
-rw-r--r--engines/ccgost/.cvsignore1
-rw-r--r--engines/ccgost/Makefile2
3 files changed, 3 insertions, 1 deletions
diff --git a/engines/.cvsignore b/engines/.cvsignore
index 8870fc7b36..76a55ff7c2 100644
--- a/engines/.cvsignore
+++ b/engines/.cvsignore
@@ -4,4 +4,5 @@ libs
*.flc
semantic.cache
*.dll
+*.dylib
*.s
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.