summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorappro <appro>2005-05-16 16:55:14 +0000
committerappro <appro>2005-05-16 16:55:14 +0000
commit7e90b9b43325cdd8dda706c2c25d5b75a0ed98b2 (patch)
tree11f1bd7ac6ac83b6211811bfa8f95e125b4dfbb3 /tools/Makefile
parentf0dc575b727ef6ab9d364252f5e8cde830876155 (diff)
downloadopenssl-7e90b9b43325cdd8dda706c2c25d5b75a0ed98b2.tar.gz
Further BUILDENV refinement, further fool-proofing of Makefiles and
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index a9656a205..fb998b316 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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)