From ae6f7b8d4cf30fbc2f56c3f2baa8f028fb7f9c10 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 23 Jul 2014 11:51:33 +0000 Subject: Redundant -I in CAMLINCLUDES git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2539 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6bbf114..4027a38 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,8 @@ include Makefile.config DIRS=lib common $(ARCH)/$(VARIANT) $(ARCH) backend cfrontend driver \ - flocq/Core flocq/Prop flocq/Calc flocq/Appli exportclight cparser cparser/validator + flocq/Core flocq/Prop flocq/Calc flocq/Appli exportclight \ + cparser cparser/validator RECDIRS=lib common backend cfrontend driver flocq exportclight cparser @@ -24,7 +25,7 @@ COQINCLUDES=$(foreach d, $(RECDIRS), -R $(d) -as compcert.$(d)) \ -I $(ARCH)/$(VARIANT) -as compcert.$(ARCH).$(VARIANT) \ -I $(ARCH) -as compcert.$(ARCH) -CAMLINCLUDES=$(patsubst %,-I %, $(DIRS)) -I extraction -I cparser +CAMLINCLUDES=$(patsubst %,-I %, $(DIRS)) -I extraction MENHIR=menhir COQC="$(COQBIN)coqc" -q $(COQINCLUDES) -- cgit v1.2.3