aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2014-12-11 10:14:09 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2014-12-11 10:14:09 +0100
commit089a9c8d0eb0b44a12d4008739b7c1cbc9dccd14 (patch)
tree8b83547ac65690b9a7cae230a9d6195766095577 /Makefile
parentb1345b1d0efec39850fb91dcc7e12d341b1a24fd (diff)
parent0342889a01aa16162232b0a87a4eb10bdb852ba4 (diff)
downloadcompcert-089a9c8d0eb0b44a12d4008739b7c1cbc9dccd14.tar.gz
compcert-089a9c8d0eb0b44a12d4008739b7c1cbc9dccd14.zip
Merge branch 'master' into dwarf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 534a0151..60342fa6 100644
--- a/Makefile
+++ b/Makefile
@@ -222,16 +222,16 @@ latexdoc:
@chmod -w $*.v
compcert.ini: Makefile.config VERSION
- (echo stdlib_path=$(LIBDIR); \
- echo prepro=$(CPREPRO); \
- echo asm=$(CASM); \
- echo linker=$(CLINKER); \
- echo arch=$(ARCH); \
- echo model=$(MODEL); \
- echo abi=$(ABI); \
- echo system=$(SYSTEM); \
- echo has_runtime_lib=$(HAS_RUNTIME_LIB); \
- echo asm_supports_cfi=$(ASM_SUPPORTS_CFI); \
+ (echo "stdlib_path=$(LIBDIR)"; \
+ echo "prepro=$(CPREPRO)"; \
+ echo "asm=$(CASM)"; \
+ echo "linker=$(CLINKER)"; \
+ echo "arch=$(ARCH)"; \
+ echo "model=$(MODEL)"; \
+ echo "abi=$(ABI)"; \
+ echo "system=$(SYSTEM)"; \
+ echo "has_runtime_lib=$(HAS_RUNTIME_LIB)"; \
+ echo "asm_supports_cfi=$(ASM_SUPPORTS_CFI)"; \
version=`cat VERSION`; \
echo version=$$version) \
> compcert.ini