Second round of fixing the OpenSSL perl/ stuff. It now at least compiled fine
[openssl.git] / test / Makefile.ssl
index c9ceae8f36c501fdcea084209ed01f8fd873b64c..94cbab77d176dff78f6081409f54761080e275bb 100644 (file)
@@ -82,8 +82,7 @@ files:
        perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
 
 links:
-       /bin/rm -f Makefile
-       $(TOP)/util/point.sh Makefile.ssl Makefile ;
+       @@$(TOP)/util/point.sh Makefile.ssl Makefile
 
 errors:
 
@@ -222,7 +221,7 @@ dclean:
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
-       /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss log
+       rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss log
 
 $(DLIBSSL):
        (cd ../ssl; $(MAKE))
@@ -334,6 +333,8 @@ rc2test.o: ../include/rc2.h
 rc4test.o: ../include/rc4.h
 rc5test.o: ../include/rc5.h
 rmdtest.o: ../include/ripemd.h
+rsa_oaep_test.o: ../include/bn.h ../include/crypto.h ../include/e_os.h
+rsa_oaep_test.o: ../include/rsa.h ../include/stack.h
 sha1test.o: ../include/sha.h
 shatest.o: ../include/sha.h
 ssltest.o: ../include/asn1.h ../include/bio.h ../include/blowfish.h