summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.in')
-rw-r--r--crypto/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/Makefile.in b/crypto/Makefile.in
index 4d1eb75c61..bdebbd5eb3 100644
--- a/crypto/Makefile.in
+++ b/crypto/Makefile.in
@@ -107,9 +107,6 @@ shared: buildinf.h lib subdirs
libs:
@target=lib; $(RECURSIVE_MAKE)
-lint:
- @target=lint; $(RECURSIVE_MAKE)
-
update: local_depend
@[ -z "$(THIS)" ] || (set -e; target=update; $(RECURSIVE_MAKE) )
@if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
@@ -126,9 +123,4 @@ clean:
rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
@target=clean; $(RECURSIVE_MAKE)
-dclean:
- $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
- mv -f Makefile.new $(MAKEFILE)
- @target=dclean; $(RECURSIVE_MAKE)
-
# DO NOT DELETE THIS LINE -- make depend depends on it.