Mercurial > mplayer.hg
changeset 22672:dc001df30f79
Remove pointless variable indirection.
author | diego |
---|---|
date | Sat, 17 Mar 2007 13:55:45 +0000 |
parents | 99db91e74443 |
children | 40e45742e810 |
files | drivers/Makefile |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/drivers/Makefile Sat Mar 17 13:53:15 2007 +0000 +++ b/drivers/Makefile Sat Mar 17 13:55:45 2007 +0000 @@ -1,5 +1,4 @@ -KERNEL_DIR=/lib/modules/`uname -r`/build -KERNEL_INCLUDES= $(KERNEL_DIR)/include +KERNEL_INCLUDES = /lib/modules/`uname -r`/build/include VERSION = $(shell grep UTS_RELEASE $(KERNEL_INCLUDES)/linux/version.h | cut -d '"' -f2) MDIR = /lib/modules/$(VERSION)/misc