aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f97a2b98e1..a8f8df9c0c 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,9 @@ stage2 $(STAGE2_TARGETS): stage1
stage3 $(STAGE3_TARGETS): stage2
$(call stage-template,3)
+glob.dump: stage2
+ $(call stage-template,3)
+
###########################################################################
# Cleaning
###########################################################################