Change git-describe into git describe.

main
Stephane Marchesin 2008-08-27 02:27:10 +02:00
parent 0239594fc3
commit bffbb497e2
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ CONFIG_DRM_I915 := m
endif
endif
GIT_REVISION := $(shell cd "$(DRMSRCDIR)" && git-describe --abbrev=17)
GIT_REVISION := $(shell cd "$(DRMSRCDIR)" && git describe --abbrev=17)
ifneq ($(GIT_REVISION),)
EXTRA_CFLAGS+=-D"GIT_REVISION=\"$(GIT_REVISION)\""
endif