mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 10:32:15 +00:00
Remove pointless variable indirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22690 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0537f6cbff
commit
26248f7480
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user