From 7c9b3828ab1d29ef50cb2c7756eadfb190804476 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 29 May 2013 13:09:51 +0000 Subject: Fix compilation of runtime system. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2263 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7357e5e..70f6013 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,9 @@ all: $(MAKE) proof $(MAKE) extraction $(MAKE) ccomp +ifeq ($(HAS_RUNTIME_LIB),true) $(MAKE) runtime +endif ifeq ($(CCHECKLINK),true) $(MAKE) cchecklink endif @@ -225,7 +227,9 @@ install: ifeq ($(CCHECKLINK),true) install ./cchecklink $(BINDIR) endif +ifeq ($(HAS_RUNTIME_LIB),true) $(MAKE) -C runtime install +endif clean: rm -f $(patsubst %, %/*.vo, $(DIRS)) -- cgit v1.2.3