summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-10-07 18:50:24 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-08 04:01:58 -0400
commit447ad0521b439ffdb30831b4c158af708b242fa0 (patch)
treebefbc3bc987fcaff4fde2ad74747daebbc56dbcb
parent90085bacc47ea92cbec6622f9678fc3233e7536f (diff)
Makefile: output consistency
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3fcaea9..60ec88b 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,8 @@ ifneq ("$(gitversion)", $(gitversion_on_disk))
32endif 32endif
33 33
34gitversion.h: 34gitversion.h:
35 echo '#define GITVERSION "$(gitversion)"' > $@ 35 @echo " GEN $@"
36 @echo '#define GITVERSION "$(gitversion)"' > $@
36 37
37tox_bootstrap.h: 38tox_bootstrap.h:
38 $(PYTHON) generate_tox_bootstrap.py 39 $(PYTHON) generate_tox_bootstrap.py