summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index a9656a205c..fb998b316c 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)