Make use of more Automake silent rules
[projects/chimara/chimara.git] / interpreters / git / Makefile.am
index c8641b050830b50699404f7873d112a5db8f544e..89642c8f1304cf2bb8d82d5686ab36b84415a83c 100644 (file)
@@ -1,12 +1,12 @@
 # Automatically generate version.h
 MAJOR = 1
 MINOR = 2
-PATCH = 4
+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