From: Andy Polyakov Date: Sat, 12 Nov 2011 12:13:13 +0000 (+0000) Subject: engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost. X-Git-Tag: master-post-reformat~2094 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f9542a4231d6c603b15f6cece0201070c08b1d90;p=oweals%2Fopenssl.git engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost. --- 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.