summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-06-27 17:34:10 +0200
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-06-27 17:35:04 +0200
commit0fd76d77d60a9df9ceaa643ec7444106e111fa0e (patch)
treeecc427a6fe1a6613525e30bd0237cba15c1095a3 /common.mak
parent9eb3da2f9942cf1b1148d242bccfc383f666feb6 (diff)
parent5b1b495c8d21600eac694d50f428654a3125e217 (diff)
Merge commit '5b1b495c8d21600eac694d50f428654a3125e217'
* commit '5b1b495c8d21600eac694d50f428654a3125e217': build: Print a message when generating version scripts Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mak b/common.mak
index 3f2096d230..5eec8cc99d 100644
--- a/common.mak
+++ b/common.mak
@@ -84,11 +84,11 @@ COMPILE_HOSTC = $(call COMPILE,HOSTCC)
$(Q)echo '#include "$*.h"' >$@
%.ver: %.v
- $(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ | sed -e 's/:/:\
+ $(M)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ | sed -e 's/:/:\
/' -e 's/; /;\
/g' > $@
-%.c %.h: TAG = GEN
+%.c %.h %.ver: TAG = GEN
# Dummy rule to stop make trying to rebuild removed or renamed headers
%.h: