14 lines
368 B
Text
14 lines
368 B
Text
|
|
$FreeBSD$
|
|
|
|
--- lib/dialyzer/src/dialyzer.hrl.src.orig
|
|
+++ lib/dialyzer/src/dialyzer.hrl.src
|
|
@@ -22,7 +22,7 @@
|
|
|
|
%% Values will be set by the Makefile
|
|
-define(DEFAULT_LIBS, %DEF_LIBS%).
|
|
--define(DIALYZER_DIR, %DIALYZER_DIR%).
|
|
+-define(DIALYZER_DIR, code:lib_dir (dialyzer)).
|
|
|
|
-record(analysis, {analysis_pid, core_transform=cerl_typean,
|
|
defines=[], doc_plt,
|