Changeset 11724 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Aug 27, 2008 10:05:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35465
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/Makefile.kmk
r8760 r11724 20 20 # 21 21 22 DEPTH = ../../.. 23 include $(KBUILD_PATH)/header.kmk 22 ifdef VBOX_KBUILD_HACKING 23 SUB_DEPTH = ../.. 24 else 25 SUB_DEPTH = ../.. 26 DEPTH ?= ../../.. 27 endif 28 include $(KBUILD_PATH)/subheader.kmk 24 29 25 30 ifeq ($(KBUILD_HOST),win) # guard when cross-compiling. … … 36 41 endif 37 42 38 include $(KBUILD_PATH)/footer.kmk 43 # Include Sub-Makefiles. 44 include $(PATH_SUB_CURRENT)/common/Makefile.kmk 39 45 46 include $(KBUILD_PATH)/subfooter.kmk 47
Note:
See TracChangeset
for help on using the changeset viewer.