summaryrefslogtreecommitdiff
path: root/mk/cdepend.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/cdepend.mk')
-rw-r--r--mk/cdepend.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/mk/cdepend.mk b/mk/cdepend.mk
deleted file mode 100644
index 9915f72b7e..0000000000
--- a/mk/cdepend.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-#-----------------------------------------------------------------------------
-# $Id: cdepend.mk,v 1.2 1996/11/21 16:50:30 simonm Exp $
-
-# Useful variables:
-
-# C_DEP_SRCS = C sources for make depend
-
-#-----------------------------------------------------------------------------
-
-depend :: $(C_DEP_SRCS)
- @$(RM) .depend
- @touch .depend
- $(MKDEPENDC) $(MKDEPENDCFLAGS) -- $(CFLAGS) -- $(C_DEP_SRCS)
-