VirtualBox

Changeset 10040

Show
Ignore:
Timestamp:
07/01/08 01:44:03 (5 months ago)
Author:
vboxsync
Message:

Fixed missing dependency on vbetables.h.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Devices/Makefile.kmk

    r9865 r10040  
    2020# 
    2121 
    22 DEPTH = ../../.. 
     22ifdef VBOX_KBUILD_HACKING 
     23SUB_DEPTH = ../../.. 
     24else 
     25DEPTH     = ../../.. 
     26endif 
    2327include $(KBUILD_PATH)/subheader.kmk 
    2428 
     
    336340Bus/DevPCI.cpp_INCS     = Bus 
    337341 
    338 # for finding vbetables.h 
     342# For finding and generating vbetables.h (see Graphics/BIOS/Makefile.kmk). 
    339343Graphics/DevVGA.cpp_INCS = $(PATH_TARGET) 
     344Graphics/DevVGA.cpp_DEPS = $(PATH_TARGET)/vbetables.h 
    340345 
    341346 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy