VirtualBox

Changeset 2099 in vbox for trunk


Ignore:
Timestamp:
Apr 16, 2007 1:17:52 PM (18 years ago)
Author:
vboxsync
Message:

Fixed a typo in the Linux kernel module makefiles

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/Makefile.module

    r1183 r2099  
    2323OBJS   = \
    2424        cmc.o \
     25        hgcmcall.o \
    2526        vboxmod.o \
    2627        GenericRequest.o \
     
    5960endif
    6061ifneq ($(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.)
    6263endif
    6364
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r1183 r2099  
    8686endif
    8787ifneq ($(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.)
    8989endif
    9090
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette