diff options
Diffstat (limited to 'crypto/ripemd/Makefile.in')
-rw-r--r-- | crypto/ripemd/Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/ripemd/Makefile.in b/crypto/ripemd/Makefile.in index e242271f4f..ea272704d8 100644 --- a/crypto/ripemd/Makefile.in +++ b/crypto/ripemd/Makefile.in @@ -45,24 +45,12 @@ rmd-586.s: asm/rmd-586.pl ../perlasm/x86asm.pl 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 upper 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 *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |