summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2018-02-18 15:24:17 +0100
committerPaul Kocialkowski <contact@paulk.fr>2018-02-18 15:24:17 +0100
commitf2ef8c3bbab5a6f27ff33c5c71647df84202f530 (patch)
tree2785d5ba8ef096734813aed430b95475996a4216
parentcdf8c95ab3cd33cb1d846eff88c20e9564a9e3b2 (diff)
downloadorigami-ec-f2ef8c3bbab5a6f27ff33c5c71647df84202f530.tar.gz
origami-ec-f2ef8c3bbab5a6f27ff33c5c71647df84202f530.tar.bz2
origami-ec-f2ef8c3bbab5a6f27ff33c5c71647df84202f530.zip
Makefile: Add blank lines around version
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2cfb8f..05f523c 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,9 @@ $(BUILD_VERSION_HEADER): | $(BUILD_DIRS)
@touch $@
@echo "#ifndef _VERSION_H_" >> $@
@echo "#define _VERSION_H_" >> $@
+ @echo "" >> $@
@echo "#define VERSION \"$(VERSION)\"" >> $@
+ @echo "" >> $@
@echo "#endif" >> $@
$(BUILD_OBJECTS_SOURCES): $(BUILD)/%.rel: %.c $(BUILD_VERSION_HEADER) Makefile $(RULES) $(DEVICE_CONFIG) $(PLATFORM_CONFIG) | $(BUILD_DIRS)