From bffbb497e2502b0aa6fd24804251d6a21d8fa034 Mon Sep 17 00:00:00 2001 From: Stephane Marchesin Date: Wed, 27 Aug 2008 02:27:10 +0200 Subject: [PATCH] Change git-describe into git describe. --- linux-core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-core/Makefile b/linux-core/Makefile index 4edec31..157664e 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -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 -- 2.7.4