summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-09-26 17:43:42 +0200
committerJan Holesovsky <kendy@suse.cz>2011-09-26 17:46:05 +0200
commita953cae319ce4e09626a6f0aae8f84fbb1dc6cf1 (patch)
tree5aa26008d40d97d48af6d8630822b398aa59153c /smoketestoo_native
parent44ff5f147760bf48b22c14c4dcd7512fb9f8075f (diff)
One step closer to a functional 'make dev-install' with MinGW.
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 2b2c294045e6..e83f839fdbda 100755
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -56,7 +56,7 @@ cpptest : $(SHL1TARGETN)
TEST_ARGUMENTS = smoketest.doc=$(BIN)/smoketestdoc.sxw
CPPTEST_LIBRARY = $(SHL1TARGETN)
-.IF "$(OS)" != "WNT"
+.IF "$(OS)" != "WNT" || "$(CROSS_COMPILING)" == "YES"
localinstall :
$(RM) -r $(installationtest_instpath)
$(MKDIRHIER) $(installationtest_instpath)