summaryrefslogtreecommitdiff
path: root/make/bsd-dep.mk
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-01 15:04:48 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-01 15:04:48 +0000
commit192fa7d3138ccb5929dc9af8de3395d6ea25619c (patch)
tree1df4e484d98db4aaa90619db6a5a39ea5226beb5 /make/bsd-dep.mk
parent990e04bab51bf1c3771938b8f598272c1b31cdca (diff)
Fix build of m_spanningtree and display of dependency regeneration
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11557 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make/bsd-dep.mk')
-rw-r--r--make/bsd-dep.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/bsd-dep.mk b/make/bsd-dep.mk
index 5fe31e89f..4d2f8e1dc 100644
--- a/make/bsd-dep.mk
+++ b/make/bsd-dep.mk
@@ -1,7 +1,7 @@
-DFILES != perl -e 'print join " ", grep s/\.cpp/.d/, <*.cpp>, <commands/*.cpp>, <modes/*.cpp>, <modules/*.cpp>'
+DFILES != perl -e 'print join " ", grep s/\.cpp/.d/, <*.cpp>, <commands/*.cpp>, <modes/*.cpp>, <modules/*.cpp>, <modules/m_spanningtree/*.cpp>'
DFILES += socketengines/$(SOCKETENGINE).d threadengines/threadengine_pthread.d
-all: $(DFILES)
+alldep: $(DFILES)
.SUFFIXES: .d .cpp