aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4287f4..9f8d87f 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,8 @@ gistatic-tests: $(t-objects)
src/config.h:
printf '#ifndef GISTATIC_CONFIG_H\n' >> $@
- printf '#define GISTATIC_CONFIG_H\n\n' >> $@
+ printf '#define GISTATIC_CONFIG_H\n' >> $@
+ printf '\n' >> $@
printf '#define _POSIX_C_SOURCE 200809L\n' >> $@
printf '#define VERSION "$(VERSION)"\n' >> $@
printf '#define DATE "$(DATE)"\n' >> $@