summaryrefslogtreecommitdiff
path: root/soltools/testhxx/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/testhxx/makefile.mk')
-rw-r--r--soltools/testhxx/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/soltools/testhxx/makefile.mk b/soltools/testhxx/makefile.mk
index 7a1ab97273e3..e71d8f116e23 100644
--- a/soltools/testhxx/makefile.mk
+++ b/soltools/testhxx/makefile.mk
@@ -36,6 +36,11 @@ CAPTURE_OUTPUT = > $(MISC)$/testhxx.output && $(TOUCH) $(SLO)$/testhxx.obj
.INCLUDE: $(PRJ)$/util$/makefile.pmk
.INCLUDE: settings.mk
+.IF "$(CROSS_COMPILING)"=="YES"
+all:
+ @echo Nothing done when cross-compiling
+.ENDIF
+
SLOFILES = $(SLO)$/testhxx.obj
.INCLUDE: target.mk