Changeset 12317 in vbox for trunk/src/VBox/Installer/Makefile.kmk
- Timestamp:
- Sep 9, 2008 6:14:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/Makefile.kmk
r12316 r12317 26 26 # Include Sub-Makefiles. 27 27 # 28 if "$(KBUILD_TARGET)" == "darwin" && "$(KBUILD_HOST)" == "darwin" 29 include $(PATH_SUB_CURRENT)/darwin/Makefile.kmk 30 endif 28 31 if "$(KBUILD_TARGET)" == "win" && "$(KBUILD_HOST)" == "win" 29 32 include $(PATH_SUB_CURRENT)/win/Makefile.kmk … … 36 39 # To be converted to sub-makefiles. 37 40 # 38 ifeq ($(KBUILD_HOST),darwin)39 SUBDIRS.darwin = darwin40 endif41 41 ifeq ($(KBUILD_HOST),linux) 42 42 SUBDIRS.linux = linux
Note:
See TracChangeset
for help on using the changeset viewer.