Don't compile heartbeat test code on Windows (for now).
[openssl.git] / tools / Makefile
index a9656a205cab3e947a256e777006be6a34b83d45..bb6fb71f3eb8a78173040442643383c09a51ac9b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# SSLeay/tools/Makefile
+# OpenSSL/tools/Makefile
 #
 
 DIR=   tools
@@ -7,8 +7,6 @@ TOP=    ..
 CC=    cc
 INCLUDES= -I$(TOP) -I../../include
 CFLAG=-g
-MAKEDEPPROG=   makedepend
-MAKEDEPEND=    $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
 MAKEFILE=      Makefile
 
 CFLAGS= $(INCLUDES) $(CFLAG)
@@ -51,6 +49,7 @@ depend:
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
        mv -f Makefile.new $(MAKEFILE)
+       rm -f c_rehash
 
 clean:
        rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff