aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBoris Mühmer <[email protected]>2010-12-10 15:26:55 +0100
committerBoris Mühmer <[email protected]>2010-12-10 15:26:55 +0100
commit10d4235c7ab92f898d7411d3717f1d03db8c46c3 (patch)
tree5e7100cf295fc93fe6f2a1d29b31bd0b5299da5c /Makefile.in
parent1d82ce2e4466980e5c360b54722952a30bc3ae50 (diff)
downloadotp-10d4235c7ab92f898d7411d3717f1d03db8c46c3.tar.gz
otp-10d4235c7ab92f898d7411d3717f1d03db8c46c3.tar.bz2
otp-10d4235c7ab92f898d7411d3717f1d03db8c46c3.zip
Fix for Makefile.in invoking xref_mod_app.escript
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ca92bf604d..3d1a776126 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -409,7 +409,7 @@ endif
ERL_TOP=$(ERL_TOP) $(MAKE) TESTROOT=$(RELEASE_ROOT) $@
mod2app:
- $(ERL_TOP)/lib/erl_docgen/priv/bin/xref_mod_app.escript -topdir $(ERL_TOP) -outfile $(ERL_TOP)/make/$(TARGET)/mod2app.xml
+ $(ERL_TOP)/bin/escript $(ERL_TOP)/lib/erl_docgen/priv/bin/xref_mod_app.escript -topdir $(ERL_TOP) -outfile $(ERL_TOP)/make/$(TARGET)/mod2app.xml
# ----------------------------------------------------------------------
ERLANG_EARS=$(BOOTSTRAP_ROOT)/bootstrap/erts