X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frand%2FMakefile.ssl;h=bbc7bbc4ccef029c1a72eaa432d92d42bfbc7482;hp=7a001647ee3c4b988b4813cf237e4adc3a06ac4a;hb=6e6acfd4b92b089661096617de0230c07254c7fa;hpb=6d31193858f176c276fe5f27d36408977933c1d6 diff --git a/crypto/rand/Makefile.ssl b/crypto/rand/Makefile.ssl index 7a001647ee..bbc7bbc4cc 100644 --- a/crypto/rand/Makefile.ssl +++ b/crypto/rand/Makefile.ssl @@ -45,9 +45,9 @@ files: links: @$(TOP)/util/point.sh Makefile.ssl Makefile - @$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER) - @$(TOP)/util/mklink.sh ../../test $(TEST) - @$(TOP)/util/mklink.sh ../../apps $(APPS) + @$(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) + @$(TOP)/util/mklink.pl ../../test $(TEST) + @$(TOP)/util/mklink.pl ../../apps $(APPS) install: @for i in $(EXHEADER) ; \ @@ -65,7 +65,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: - $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC) + $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new @@ -77,7 +77,7 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. md_rand.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h -md_rand.o: ../../include/openssl/md5.h ../../include/openssl/opensslv.h -md_rand.o: ../../include/openssl/rand.h ../../include/openssl/stack.h +md_rand.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h +md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h rand_lib.o: ../../include/openssl/rand.h randfile.o: ../../include/openssl/e_os.h ../../include/openssl/rand.h