Put the dependencies back.
[openssl.git] / crypto / rsa / Makefile.ssl
index ef4f30d8a6e5331ae4a9e791ccb3fdaefa3870e1..19ec1dca2dddc984bafa92aca303c42f88f93f64 100644 (file)
@@ -48,11 +48,10 @@ files:
        perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
 
 links:
-       /bin/rm -f Makefile
-       $(TOP)/util/point.sh Makefile.ssl Makefile ;
-       $(TOP)/util/mklink.sh ../../include $(EXHEADER)
-       $(TOP)/util/mklink.sh ../../test $(TEST)
-       $(TOP)/util/mklink.sh ../../apps $(APPS)
+       @$(TOP)/util/point.sh Makefile.ssl Makefile
+       @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
+       @$(TOP)/util/mklink.sh ../../test $(TEST)
+       @$(TOP)/util/mklink.sh ../../apps $(APPS)
 
 install:
        @for i in $(EXHEADER) ; \
@@ -77,11 +76,11 @@ dclean:
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
-       /bin/rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+       rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
 errors: $(ERRC).c
 
-$(ERRC).c: $(ERR).err
+$(ERRC).c: $(ERR).err $(ERR).h
        perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
        perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
 
@@ -101,6 +100,10 @@ rsa_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
 rsa_none.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
 rsa_none.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
 rsa_none.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
+rsa_oaep.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+rsa_oaep.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
+rsa_oaep.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+rsa_oaep.o: rsa.h
 rsa_pk1.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
 rsa_pk1.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
 rsa_pk1.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h