diff options
Diffstat (limited to 'make/gnu-real.mk')
-rw-r--r-- | make/gnu-real.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/gnu-real.mk b/make/gnu-real.mk index e0a8af68f..489e1bbdf 100644 --- a/make/gnu-real.mk +++ b/make/gnu-real.mk @@ -27,9 +27,7 @@ inspircd: $(CORE_TARGS) $(RUNCC) $(FLAGS) $(CORE_FLAGS) -o inspircd $(LDLIBS) $(CORE_TARGS) .%.d: %.cpp - @$(VDEP_IN) @../make/calcdep.pl $< - @$(VDEP_OUT) .PHONY: all alldep commands modules |