Delete "random" file .rnd in "make clean".
authorBodo Möller <bodo@openssl.org>
Fri, 14 Jan 2000 20:07:12 +0000 (20:07 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 14 Jan 2000 20:07:12 +0000 (20:07 +0000)
test/Makefile.ssl

index 4d454c67ae893bd305e6d0aaaa649fa4fef92e5c..cbc5a09d173fe7696b86e1d66c7eecba18dd5616 100644 (file)
@@ -231,7 +231,7 @@ dclean:
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
-       rm -f tmp.bntest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss log
+       rm -f .rnd tmp.bntest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss log
 
 $(DLIBSSL):
        (cd ../ssl; $(MAKE))