X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fidea%2FMakefile.ssl;h=82fb8a83bc1e5fe5a878d5f10ad7ca572ac545a0;hp=4c723d7bf03d6639c885adce8383068431ab8dd4;hb=bb8f3c58794868c65b9ac45f11c27d3a104e279e;hpb=988788f697768524f1856d22abb8db340be646d5 diff --git a/crypto/idea/Makefile.ssl b/crypto/idea/Makefile.ssl index 4c723d7bf0..82fb8a83bc 100644 --- a/crypto/idea/Makefile.ssl +++ b/crypto/idea/Makefile.ssl @@ -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,14 +72,8 @@ 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. - -i_cbc.o: idea.h idea_lcl.h -i_cfb64.o: idea.h idea_lcl.h -i_ecb.o: idea.h idea_lcl.h -i_ofb64.o: idea.h idea_lcl.h -i_skey.o: idea.h idea_lcl.h