From 473454765a4009f5a8ee45ccff728b53c33982bc Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 23 Jul 2014 13:31:59 +0000 Subject: Simplify COQINCLUDES git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2541 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c533e2d..f698381 100644 --- a/Makefile +++ b/Makefile @@ -19,10 +19,9 @@ DIRS=lib common $(ARCH) backend cfrontend driver \ flocq/Core flocq/Prop flocq/Calc flocq/Appli exportclight \ cparser cparser/validator -RECDIRS=lib common backend cfrontend driver flocq exportclight cparser +RECDIRS=lib common $(ARCH) backend cfrontend driver flocq exportclight cparser -COQINCLUDES=$(foreach d, $(RECDIRS), -R $(d) -as compcert.$(d)) \ - -I $(ARCH) -as compcert.$(ARCH) +COQINCLUDES=$(foreach d, $(RECDIRS), -R $(d) -as compcert.$(d)) CAMLINCLUDES=$(patsubst %,-I %, $(DIRS)) -I extraction -- cgit v1.2.3