engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.
authorAndy Polyakov <appro@openssl.org>
Sat, 12 Nov 2011 12:13:13 +0000 (12:13 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 12 Nov 2011 12:13:13 +0000 (12:13 +0000)
engines/.cvsignore
engines/ccgost/.cvsignore
engines/ccgost/Makefile

index 8870fc7b3653045447849d117833dcd65fedd350..76a55ff7c2e0bf2729df0dcc601b173b6eae4ce3 100644 (file)
@@ -4,4 +4,5 @@ libs
 *.flc
 semantic.cache
 *.dll
+*.dylib
 *.s
index b722ca89579851b001adb2c7298ff52859cef6f2..1c7da64e454aae20c981f6a27d0d65f6e6e05665 100644 (file)
@@ -4,3 +4,4 @@ libs
 *.flc
 semantic.cache
 *.dll
+*.dylib
index dadb5230ecd4595923b3c58878d0330e06f23f18..ebf8678e567e50383b693032d28a500dbeeafd86 100644 (file)
@@ -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.