X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fripemd%2FMakefile.ssl;h=15043fc053f2577ac262de182becac90bb1c569c;hp=67d47ceb2c06cf2ebf7db51c81a88bee7f22d0c6;hb=f2f351ce9c9e8db53b0bb7bfd49bb71ad8e612d6;hpb=58964a492275ca9a59a0cd9c8155cb2491b4b909 diff --git a/crypto/ripemd/Makefile.ssl b/crypto/ripemd/Makefile.ssl index 67d47ceb2c..15043fc053 100644 --- a/crypto/ripemd/Makefile.ssl +++ b/crypto/ripemd/Makefile.ssl @@ -10,7 +10,7 @@ INCLUDES= CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl AR= ar r @@ -59,7 +59,7 @@ asm/rm86-out.o: asm/rm86unix.cpp # bsdi asm/rm86bsdi.o: asm/rm86unix.cpp - $(CPP) -DBSDI asm/rm86unix.cpp | as -o asm/rm86bsdi.o + $(CPP) -DBSDI asm/rm86unix.cpp | sed 's/ :/:/' | as -o asm/rm86bsdi.o asm/rm86unix.cpp: (cd asm; perl rmd-586.pl cpp >rm86unix.cpp) @@ -102,3 +102,6 @@ clean: 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