diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-08-27 02:27:10 +0200 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-08-27 02:27:10 +0200 |
commit | bffbb497e2502b0aa6fd24804251d6a21d8fa034 (patch) | |
tree | 9418e9ce6806f39b75b35191f4f850ad7f88bc2b /linux-core/Makefile | |
parent | 0239594fc318c2b55bbfbea27f23218f6d7a4b34 (diff) |
Change git-describe into git describe.
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r-- | linux-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile index 4edec312..157664ef 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 |