summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ripemd/Makefile.ssl')
-rw-r--r--crypto/ripemd/Makefile.ssl14
1 files changed, 5 insertions, 9 deletions
diff --git a/crypto/ripemd/Makefile.ssl b/crypto/ripemd/Makefile.ssl
index 15043fc053..61751263cf 100644
--- a/crypto/ripemd/Makefile.ssl
+++ b/crypto/ripemd/Makefile.ssl
@@ -68,11 +68,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) ; \
@@ -97,11 +96,8 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- /bin/rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-
-rmd_dgst.o: ripemd.h rmd_locl.h rmdconst.h
-rmd_one.o: ripemd.h rmd_locl.h rmdconst.h