summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6353b247b3..a3d7560606 100644
--- a/common.mk
+++ b/common.mk
@@ -299,7 +299,7 @@ build-ext: $(EXTS_MK)
exts-note: $(EXTS_MK)
$(Q)$(MAKE) $(EXTS_NOTE)
-ext/extinit.c: $(srcdir)/template/extinit.c.tmpl
+ext/extinit.c: $(srcdir)/template/extinit.c.tmpl $(PREP)
$(Q)$(MINIRUBY) $(tooldir)/generic_erb.rb -o $@ -c \
$(srcdir)/template/extinit.c.tmpl $(EXTINITS)