VirtualBox

Changeset 1183 in vbox


Ignore:
Timestamp:
Mar 4, 2007 7:35:06 PM (18 years ago)
Author:
vboxsync
Message:

typos

Location:
trunk/src/VBox
Files:
2 edited

Legend:

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

    r971 r1183  
    3939
    4040# kernel base directory
    41 ifndef $(KERN_DIR)
     41ifndef KERN_DIR
    4242 KERN_DIR := /lib/modules/$(shell uname -r)/build
    4343 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
     
    5555
    5656# includes
    57 ifndef $(KERN_INCL)
     57ifndef KERN_INCL
    5858 KERN_INCL = $(KERN_DIR)/include
    5959endif
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r987 r1183  
    6666
    6767# kernel base directory
    68 ifndef $(KERN_DIR)
     68ifndef KERN_DIR
    6969 KERN_DIR := /lib/modules/$(shell uname -r)/build
    7070 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes)
     
    8282
    8383# includes
    84 ifndef $(KERN_INCL)
     84ifndef KERN_INCL
    8585 KERN_INCL = $(KERN_DIR)/include
    8686endif
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