summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-09 20:16:44 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-09 20:16:44 +0000
commit81fd04135f2edd6b8f3275e9339b2993771ff118 (patch)
tree62e0927292f6bf7442745c0a05744c5bfcc7fc43 /src
parent71da5a133471464dd431ff099ea7477eb8c96b4c (diff)
downloadVirtualBox-svn-81fd04135f2edd6b8f3275e9339b2993771ff118.tar.gz
*.kmk: More SDK makefile cleanups. bugref:10442
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99707 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src')
-rw-r--r--src/VBox/Main/Makefile.kmk3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/VBox/Main/Makefile.kmk b/src/VBox/Main/Makefile.kmk
index 542369103ae..925679b4634 100644
--- a/src/VBox/Main/Makefile.kmk
+++ b/src/VBox/Main/Makefile.kmk
@@ -63,9 +63,6 @@ endif
VBOX_PATH_MAIN_SRC := $(PATH_SUB_CURRENT)
if defined(VBOX_ONLY_SDK) && !defined(VBOX_ONLY_SDK_ON_WINDOWS)
- # HACK ALERT! VBoxCOM is skipped, but its output dir is referenced a lot. So, define it.
- VBoxCOM_0_OUTDIR := $(call TARGET_PATH,VBoxCOM)
- BLDDIRS += $(VBoxCOM_0_OUTDIR) $(PATH_STAGE_BIN)/components
ifndef TOOL_$(VBOX_VCC_TOOL)
include $(KBUILD_PATH)/tools/$(VBOX_VCC_TOOL).kmk # For the idl /cpp statement.
endif