diff options
Diffstat (limited to '.Makefile.inc')
-rw-r--r-- | .Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index be9d7b3c6..6a793f3c3 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -88,7 +88,7 @@ NICEFLAGS += -I$(COMPILE_ROOT)/include all: finishmessage alldep: - @$(MAKEENV) $(MAKE) -C src -f ../make/$(MAKESTYLE)-dep.mk alldep + @cd src; ../make/calcdep.pl `perl -e 'print join " ", <*.cpp>, <commands/*.cpp>, <modes/*.cpp>, <modules/*.cpp>, <modules/m_*/*.cpp>'` socketengines/$(SOCKETENGINE).cpp threadengines/threadengine_pthread.cpp allreal: $(HEADER) alldep @$(MAKEENV) $(MAKE) -C src -f ../make/$(MAKESTYLE)-real.mk all |