X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2FMakefile.in;h=d095f1add223966a70d346a8a2591f1b73944c88;hp=e2623ce2eda09846c0bb6ed13e086715c43698c1;hb=ee6d9f4eb602479d04872f3a9fd1d3904bd96fd1;hpb=9e5cd4bac777e27ebcdc9aa411f0a63c27500468 diff --git a/ssl/Makefile.in b/ssl/Makefile.in index e2623ce2ed..d095f1add2 100644 --- a/ssl/Makefile.in +++ b/ssl/Makefile.in @@ -69,14 +69,6 @@ shared: lib files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -tags: - ctags $(SRC) - -tests: - -lint: - lint -DLINT $(INCLUDES) $(SRC)>fluff - update: local_depend @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi @@ -85,10 +77,6 @@ depend: local_depend local_depend: @[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) -dclean: - $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new - mv -f Makefile.new $(MAKEFILE) - clean: rm -f $(LIBOBJ) *.obj lib tags core .pure .nfs* *.old *.bak fluff rm -f record/*.obj record/lib record/retags record/core \