X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fgit%2FMakefile.am;fp=interpreters%2Fgit%2FMakefile.am;h=89642c8f1304cf2bb8d82d5686ab36b84415a83c;hb=9858115f171dd942cf518ed62aa49dfa976edf27;hp=8d5766d6c73f912aa8b28b2514df8791872aebc1;hpb=90f81e9746e30095b991091947c0e1bc7f046c51;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/git/Makefile.am b/interpreters/git/Makefile.am index 8d5766d..89642c8 100644 --- a/interpreters/git/Makefile.am +++ b/interpreters/git/Makefile.am @@ -3,10 +3,10 @@ MAJOR = 1 MINOR = 2 PATCH = 8 version.h: Makefile.am - echo "// Automatically generated file -- do not edit!" > version.h - echo "#define GIT_MAJOR" $(MAJOR) >> version.h - echo "#define GIT_MINOR" $(MINOR) >> version.h - echo "#define GIT_PATCH" $(PATCH) >> version.h + $(AM_V_GEN)echo "// Automatically generated file -- do not edit!" > version.h + $(AM_V_at)echo "#define GIT_MAJOR" $(MAJOR) >> version.h + $(AM_V_at)echo "#define GIT_MINOR" $(MINOR) >> version.h + $(AM_V_at)echo "#define GIT_PATCH" $(PATCH) >> version.h pkglib_LTLIBRARIES = git.la BUILT_SOURCES = version.h