summaryrefslogtreecommitdiff
path: root/.Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to '.Makefile.inc')
-rw-r--r--.Makefile.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index feb8ed99b..03fdc5f03 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -58,12 +58,10 @@ SOCKETENGINE = @SOCKETENGINE@
all: finishmessage
-alldep: $(HEADER)
- @echo -n "Generating module dependencies..."
+alldep:
@$(MAKEENV) $(MAKE) -C src -f ../make/$(MAKESTYLE)-dep.mk alldep
- @echo 'done'
-allreal: alldep
+allreal: $(HEADER) alldep
@$(MAKEENV) $(MAKE) -C src -f ../make/$(MAKESTYLE)-real.mk all
module: