summaryrefslogtreecommitdiff
path: root/make/otp.mk.in
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2020-02-20 12:18:04 +0100
committerLukas Larsson <lukas@erlang.org>2020-02-24 09:53:15 +0100
commitd58966b9ff4990769d299325fe6208896316ddbd (patch)
treea2be22efe3e69183d00158a0f5e749e75d105643 /make/otp.mk.in
parent1cd2aacc52841cca4a95838ce68961176454d01a (diff)
downloaderlang-d58966b9ff4990769d299325fe6208896316ddbd.tar.gz
Generate hidden chunk files for any internal modules
Diffstat (limited to 'make/otp.mk.in')
-rw-r--r--make/otp.mk.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/otp.mk.in b/make/otp.mk.in
index 30fe0ee404..64061ac7b5 100644
--- a/make/otp.mk.in
+++ b/make/otp.mk.in
@@ -332,3 +332,6 @@ $(CHUNKSDIR)/%.chunk: $(XMLDIR)/%.xml ../../ebin/%.beam $(DOCGEN)/priv/bin/chunk
$(CHUNKSDIR)/%.chunk: $(XMLDIR)/%.xml ../../preloaded/ebin/%.beam $(DOCGEN)/priv/bin/chunk.escript
$(gen_verbose)escript $(DOCGEN)/priv/bin/chunk.escript $^ $@
+
+$(CHUNKSDIR)/%.chunk: ../../ebin/%.beam $(DOCGEN)/priv/bin/chunk.escript
+ $(gen_verbose)escript $(DOCGEN)/priv/bin/chunk.escript $^ $@