aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric <[email protected]>2012-09-12 16:28:19 -0500
committerEric <[email protected]>2012-09-12 16:28:19 -0500
commitdbd63739075a0f936f83a8dc9ae089e907a79c21 (patch)
treecef4122a452eb225b14e5fd418c076792c38721f /Makefile
parent2311bc5cbe06dcf2cb03d9b0a93392e1d9095bbb (diff)
downloadrelx-dbd63739075a0f936f83a8dc9ae089e907a79c21.tar.gz
relx-dbd63739075a0f936f83a8dc9ae089e907a79c21.tar.bz2
relx-dbd63739075a0f936f83a8dc9ae089e907a79c21.zip
make sure dialyzer outputs the full path to the system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b16560d..e72f407 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ $(RELCOOL_PLT):
--apps erts kernel stdlib -r deps
dialyzer: $(RELCOOL_PLT)
- dialyzer --plt $(RELCOOL_PLT) -Wrace_conditions -I include -pa $(CURDIR)/ebin --src src
+ dialyzer --plt $(RELCOOL_PLT) --fullpath -Wrace_conditions -I include -pa $(CURDIR)/ebin --src src
typer:
typer --plt $(RELCOOL_PLT) -r ./src