Changeset 2099 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Apr 16, 2007 1:17:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r1183 r2099 86 86 endif 87 87 ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes) 88 $(error Error: unable to find the include directory for your current Linux kernel. Specify $KERN_INCL=<directory> and run Make again.)88 $(error Error: unable to find the include directory for your current Linux kernel. Specify KERN_INCL=<directory> and run Make again.) 89 89 endif 90 90
Note:
See TracChangeset
for help on using the changeset viewer.