From 002a974b66bc5b8524c8c045d6b9ec4f57aa7734 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 8 Nov 2018 13:17:14 +0100 Subject: [gramlib] [build] Switch make-based system to packed gramlib This makes the make-based build system stop linking to Camlp5's gramlib and instead links to our own gramlib. We use the style done in the packing of `Stdlib` in OCaml 4.07. As to introduce a minimal amount of noise in history we use an autogenerated `gramlib__pack` directory. Co-authored-by: Gaƫtan Gilbert --- .merlin.in | 2 ++ 1 file changed, 2 insertions(+) (limited to '.merlin.in') diff --git a/.merlin.in b/.merlin.in index 404a7e7935..eade4d19f9 100644 --- a/.merlin.in +++ b/.merlin.in @@ -40,6 +40,8 @@ S API B API S ide B ide +S gramlib__pack +B gramlib__pack S tools B tools -- cgit v1.2.3