Skip to content

Commit

Permalink
fix merr location
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Sep 6, 2013
1 parent c688716 commit a4bb127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merr/OMakefile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ install Program ".DEFAULT" [
"makeErr.ml", "-syntax camlp4o";
];

Var ("RUNMERR", "merr.native -merr -e -");
Var ("RUNMERR", "$(bindir)/merr.native -merr -e -");
]

0 comments on commit a4bb127

Please sign in to comment.