
7 Dec
2015
7 Dec
'15
6:22 p.m.
This code is not necessary because version is already got by configure.ac code. Signed-off-by: Lucio Correia <luciojhc@linux.vnet.ibm.com> --- Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 106a577..d78bb11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -156,12 +156,8 @@ uninstall-local: $(RM) -rf $(DESTDIR)/etc/wok $(RM) $(DESTDIR)/etc/nginx/conf.d/wok.conf -VERSION: - @if test -d .git; then \ - git describe --abbrev=0 > $@; \ - fi -.PHONY: deb install-deb rpm fedora-rpm suse-rpm ChangeLog VERSION +.PHONY: deb install-deb rpm fedora-rpm suse-rpm ChangeLog clean-local: -- 1.9.1