Changeset 2099 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 16, 2007 1:17:52 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20413
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.