diff options
Diffstat (limited to 'make/bsd-dep.mk')
-rw-r--r-- | make/bsd-dep.mk | 4 |
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 |