- Timestamp:
- Apr 16, 2007 1:17:52 PM (18 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.module
r1183 r2099 23 23 OBJS = \ 24 24 cmc.o \ 25 hgcmcall.o \ 25 26 vboxmod.o \ 26 27 GenericRequest.o \ … … 59 60 endif 60 61 ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes) 61 $(error Error: unable to find the include directory for your current Linux kernel. Specify $KERN_INCL=<directory> and run Make again.)62 $(error Error: unable to find the include directory for your current Linux kernel. Specify KERN_INCL=<directory> and run Make again.) 62 63 endif 63 64 -
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.