X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ftxt_db%2FMakefile.in;h=e0ba013b6a5fca72599b063da31522a0031dc031;hb=ee6d9f4eb602479d04872f3a9fd1d3904bd96fd1;hp=cd348b56fb433312f0021b34e29bce6eab90017f;hpb=9e5cd4bac777e27ebcdc9aa411f0a63c27500468;p=oweals%2Fopenssl.git diff --git a/crypto/txt_db/Makefile.in b/crypto/txt_db/Makefile.in index cd348b56fb..e0ba013b6a 100644 --- a/crypto/txt_db/Makefile.in +++ b/crypto/txt_db/Makefile.in @@ -37,24 +37,12 @@ lib: $(LIBOBJ) files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -tags: - ctags $(SRC) - -tests: - -lint: - lint -DLINT $(INCLUDES) $(SRC)>fluff - update: depend depend: @[ -n "$(MAKEDEPEND)" ] # should be set by top Makefile... $(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 *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff