diff options
| author | ppedrot | 2013-06-19 14:14:23 +0000 |
|---|---|---|
| committer | ppedrot | 2013-06-19 14:14:23 +0000 |
| commit | f68ff500a9090da58f573ce68e4b8b080e871e28 (patch) | |
| tree | ec03d0e6f33a6ce499d20b56f559e65f59975b4c /Makefile.build | |
| parent | d3762a646a1ed6cb4ddef47453944ba7e9caa8bd (diff) | |
Fixing argument extension. Instead of qualified names, string
representing qualified names where interpreted as a whole lowercase
ident.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16593 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index 0dda6140cf..b68a02cf64 100644 --- a/Makefile.build +++ b/Makefile.build @@ -68,7 +68,7 @@ ALLDEPS:=$(addsuffix .d, \ VERBOSE= NO_RECOMPILE_ML4= NO_RECALC_DEPS= -READABLE_ML4=1 # non-empty means .ml of .ml4 will be ascii instead of binary +READABLE_ML4= # non-empty means .ml of .ml4 will be ascii instead of binary VALIDATE= COQ_XML= # is "-xml" when building XML library VM= # is "-no-vm" to not use the vm" |
