From cd45eda96c0026fc8962ba51b3e3750be946b96f Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Wed, 4 Jul 2018 01:01:15 +0200 Subject: Make bin/ in makefile, not configure. --- configure.ml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ml') diff --git a/configure.ml b/configure.ml index c13c5e107..b264a2652 100644 --- a/configure.ml +++ b/configure.ml @@ -235,12 +235,6 @@ let get_date () = let short_date, full_date = get_date () - -(** Create the bin/ directory if non-existent *) - -let _ = if not (dir_exists "bin") then Unix.mkdir "bin" 0o755 - - (** * Command-line parsing *) type ide = Opt | Byte | No -- cgit v1.2.3