Commit c2346d2d authored by Tollef Fog Heen's avatar Tollef Fog Heen

Add missing ABI line check that got lost

parent 1207602d
......@@ -60,6 +60,7 @@ vcs_version.h: FORCE
H="$$(head -n 1 vcs_version.h 2>/dev/null || true)"; \
if [ "/* $$V */" != "$$H" ]; then \
( \
echo "/* $$V */" ;\
echo '/*' ;\
echo ' * NB: This file is machine generated, DO NOT EDIT!' ;\
echo ' *' ;\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment