From 46be29342e7a1569a66b019afbfb05b4d9f7e509 Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Thu, 11 Apr 2013 10:43:04 +0200 Subject: [PATCH] Fix build procedure. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45755f4..22b91f2 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,8 @@ ifeq ($(OS), Windows_NT) endif prepare_install:: - $(shell echo $(GNAT_ROOT) > $(BUILD_DIR)/gnat.root) + $(MKDIR) $(BUILD_DIR) + echo $(GNAT_ROOT) > $(BUILD_DIR)/gnat.root install-clean:: $(RM) -rf $(prefix)/include/morzhol -- 2.11.4.GIT