X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=Makefile;h=57883221ae94ecb158878f70c55d047f2474d536;hp=d64479f78ed2e97a7acfd56ac0b847ef775931c1;hb=b0c3d288f2fde4706c16392d1774c83420575579;hpb=6c20cf2d8ac34f7f336565118c2e88e238c0b2d0 diff --git a/Makefile b/Makefile index d64479f..5788322 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ ifeq ($(OSARCH),SunOS) _ASTCFLAGS+=-Wcast-align -DSOLARIS -I../include/solaris-compat -I/opt/ssl/include -I/usr/local/ssl/include -D_XPG4_2 -D__EXTENSIONS__ endif -ASTERISKVERSION:=$(shell GREP=$(GREP) AWK=$(AWK) build_tools/make_version .) +ASTERISKVERSION:=$(shell GREP=$(GREP) AWK=$(AWK) GIT=$(GIT) build_tools/make_version .) ifneq ($(wildcard .version),) ASTERISKVERSIONNUM:=$(shell $(AWK) -F. '{printf "%01d%02d%02d", $$1, $$2, $$3}' .version)