From 8bb9da5166ff1a07d325cd378b977d5d6bf3105a Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Thu, 19 Nov 2020 14:34:30 +0100 Subject: fix Makefile pour kvx --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7adb45e8..0327b729 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ endif DIRS := lib common $(ARCHDIRS) backend cfrontend driver exportclight cparser -COQINCLUDES := $(foreach d, $(DIRS), -R $(d) compcert.$(d)) +COQINCLUDES := $(foreach d, $(DIRS), -R $(d) compcert.$(subst /,.,$d)) ifeq ($(LIBRARY_FLOCQ),local) DIRS += flocq/Core flocq/Prop flocq/Calc flocq/IEEE754 -- cgit