Put the dependencies back.
[openssl.git] / crypto / md2 / Makefile.ssl
index c28e26f37c84dacbac34d36014b1506bdec8073e..a18f62aa01cb5f51f82951438122266cd8bf6124 100644 (file)
@@ -44,11 +44,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) ; \
@@ -73,12 +72,13 @@ dclean:
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
-       /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+       rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
 errors:
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
-md2_dgst.o: md2.h ../../include/bio.h ../../include/buffer.h
-md2_one.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h
-md2_one.o: ../cryptlib.h ../crypto.h md2.h
+md2_dgst.o: md2.h
+md2_one.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+md2_one.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+md2_one.o: md2.h