X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fgit%2FMakefile.am;h=8d5766d6c73f912aa8b28b2514df8791872aebc1;hb=f5ef90183114ba9429109038b0a9be7f3f90b900;hp=ac41315f2374e90b5ada28b04553f7c298014878;hpb=0121bfb334acf7756e068776bf40890c6fe14e13;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/git/Makefile.am b/interpreters/git/Makefile.am index ac41315..8d5766d 100644 --- a/interpreters/git/Makefile.am +++ b/interpreters/git/Makefile.am @@ -1,8 +1,8 @@ # Automatically generate version.h MAJOR = 1 MINOR = 2 -PATCH = 4 -version.h: Makefile +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 @@ -21,7 +21,7 @@ git_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS) gitdocdir = $(datadir)/doc/$(PACKAGE)/git dist_gitdoc_DATA = README.txt -CLEANFILES = test/*.tmp +CLEANFILES = version.h test/*.tmp #TESTS = test/test.sh \ # test/Alabaster.gblorb test/Alabaster.walk test/Alabaster.golden