X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fcomp%2FMakefile.ssl;h=53ff7fa81f680c943cdf9e8f22bcd28bc7d63844;hb=bb8f3c58794868c65b9ac45f11c27d3a104e279e;hp=65d9b8a4248aa8a321c9888e57d59bc3468e79f0;hpb=8039257dbcd1d2e96e1d57b607b49cdf0ae78636;p=openssl.git diff --git a/crypto/comp/Makefile.ssl b/crypto/comp/Makefile.ssl index 65d9b8a424..53ff7fa81f 100644 --- a/crypto/comp/Makefile.ssl +++ b/crypto/comp/Makefile.ssl @@ -49,11 +49,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) ; \ @@ -78,7 +77,7 @@ 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 # This is a dummy to create comp.err: remove if we add any real errors to this # stuff. @@ -93,11 +92,3 @@ $(ERRC).c: $(ERR).err perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c # DO NOT DELETE THIS LINE -- make depend depends on it. - -c_rle.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h -c_rle.o: ../../include/crypto.h ../../include/objects.h ../../include/stack.h -c_rle.o: comp.h ../../include/asn1.h ../../include/bio.h ../../include/bn.h -c_zlib.o: ../../include/crypto.h ../../include/objects.h ../../include/stack.h -c_zlib.o: comp.h ../../include/asn1.h ../../include/bio.h ../../include/bn.h -comp_lib.o: ../../include/crypto.h ../../include/objects.h -comp_lib.o: ../../include/stack.h comp.h