Ticket #12735: VBox-uapi_version_h.diff
| File VBox-uapi_version_h.diff, 685 bytes (added by , 11 years ago) |
|---|
-
VBox/Installer/linux/Makefile.include.header
109 109 110 110 # includes 111 111 ifndef KERN_INCL 112 KERN_INCL = $(KERN_DIR)/include 112 ifeq ($(shell if test -d $(KERN_DIR)/include/generated/uapi; then echo yes; fi),yes) 113 KERN_INCL = $(KERN_DIR)/include/generated/uapi 114 else 115 KERN_INCL = $(KERN_DIR)/include 116 fi 113 117 endif 114 118 ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes) 115 119 $(error Error: unable to find the include directory for your current Linux \

