X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fgit%2FMakefile.am;h=f025600644845224b72869f21d35875083566ae7;hb=a3d8dbef8ec2442280d6085d43601bf4ba6cadf9;hp=8d5766d6c73f912aa8b28b2514df8791872aebc1;hpb=87504b58306f29cf833637a9e9983e947e684ee1;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/git/Makefile.am b/interpreters/git/Makefile.am index 8d5766d..f025600 100644 --- a/interpreters/git/Makefile.am +++ b/interpreters/git/Makefile.am @@ -1,12 +1,12 @@ # Automatically generate version.h MAJOR = 1 MINOR = 2 -PATCH = 8 +PATCH = 9 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 @@ -44,3 +44,5 @@ CLEANFILES = version.h test/*.tmp # Mac OS X (PowerPC) settings. #CC = gcc2 -Wall -O3 -no-cpp-precomp #OPTIONS = -DUSE_DIRECT_THREADING -DUSE_BIG_ENDIAN_UNALIGNED -DUSE_MMAP -DUSE_INLINE + +-include $(top_srcdir)/git.mk