diff options
author | Eric <[email protected]> | 2012-09-12 16:28:19 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-09-12 16:28:19 -0500 |
commit | dbd63739075a0f936f83a8dc9ae089e907a79c21 (patch) | |
tree | cef4122a452eb225b14e5fd418c076792c38721f /Makefile | |
parent | 2311bc5cbe06dcf2cb03d9b0a93392e1d9095bbb (diff) | |
download | relx-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |