- Timestamp:
- Sep 9, 2008 5:06:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/Makefile.kmk
r12170 r12315 20 20 # 21 21 22 ifdef VBOX_SINGLE_MAKEFILE 23 SUB_DEPTH = ../.. 24 else 25 SUB_DEPTH = ../.. 26 DEPTH ?= ../../.. 27 endif 22 SUB_DEPTH = ../../.. 28 23 include $(KBUILD_PATH)/subheader.kmk 29 24 … … 42 37 43 38 ifndef VBOX_OSE 44 # Include Sub-Makefiles.45 include $(PATH_SUB_CURRENT)/common/Makefile.kmk39 # Include Sub-Makefiles. 40 include $(PATH_SUB_CURRENT)/common/Makefile.kmk 46 41 endif 47 42
Note:
See TracChangeset
for help on using the changeset viewer.