aboutsummaryrefslogtreecommitdiff
path: root/cgit.mk
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.mk')
-rw-r--r--cgit.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/cgit.mk b/cgit.mk
index 8af0041..bf3bbb1 100644
--- a/cgit.mk
+++ b/cgit.mk
@@ -62,14 +62,6 @@ $(CGIT_VERSION_OBJS): EXTRA_CPPFLAGS = \
-DCGIT_VERSION='"$(CGIT_VERSION)"'
-# Git handles dependencies using ":=" so dependencies in CGIT_OBJ are not
-# handled by that and we must handle them ourselves.
-cgit_dep_files := $(foreach f,$(CGIT_OBJS),$(dir $f).depend/$(notdir $f).d)
-cgit_dep_files_present := $(wildcard $(cgit_dep_files))
-ifneq ($(cgit_dep_files_present),)
-include $(cgit_dep_files_present)
-endif
-
ifeq ($(wildcard $(CGIT_PREFIX).depend),)
missing_dep_dirs += $(CGIT_PREFIX).depend
endif