]> CyberLeo.Net >> Repos - CDN/portage-cdn.git/blob - app-emulation/vmware-modules/files/patches/000_all_makefile-include-directory.patch
Initial import
[CDN/portage-cdn.git] / app-emulation / vmware-modules / files / patches / 000_all_makefile-include-directory.patch
1 diff -uNr Makefile Makefile
2 --- Makefile    2006-02-05 00:20:08.000000000 +0000
3 +++ Makefile    2006-02-19 16:49:34.000000000 +0000
4 @@ -14,7 +14,7 @@
5  VM_UNAME = $(shell uname -r)
6  
7  # Header directory for the running kernel
8 -HEADER_DIR = /lib/modules/$(VM_UNAME)/build/include
9 +HEADER_DIR = ${KERNEL_DIR}/include
10  
11  BUILD_DIR = $(HEADER_DIR)/..
12