aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2020-07-15 11:37:16 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2020-07-15 11:37:16 +0200
commit72f78307cec2ac8fb33d657b118a930b2acfe8ad (patch)
tree08d2926b0c40c51fde0d782b9d80e25d90d7eff8 /Makefile
parent6b854265e261b8c9e2e068364ef1405412b89063 (diff)
downloadcompcert-kvx-72f78307cec2ac8fb33d657b118a930b2acfe8ad.tar.gz
compcert-kvx-72f78307cec2ac8fb33d657b118a930b2acfe8ad.zip
Added missing semicolon.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae095a09..127ed5d2 100644
--- a/Makefile
+++ b/Makefile
@@ -247,7 +247,7 @@ compcert.config: Makefile.config
echo "COMPCERT_SYSTEM=$(SYSTEM)"; \
echo "COMPCERT_VERSION=$(BUILDVERSION)"; \
echo "COMPCERT_BUILDNR=$(BUILDNR)"; \
- echo "COMPCERT_TAG=$(TAG)" \
+ echo "COMPCERT_TAG=$(TAG)"; \
echo "COMPCERT_BRANCH=$(BRANCH)" \
) > compcert.config