summaryrefslogtreecommitdiff
path: root/smoketestoo_native/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'smoketestoo_native/makefile.mk')
-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 31d67d77ad21..799fe9c221ca 100755
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -58,6 +58,6 @@ CPPTEST_LIBRARY = $(SHL1TARGETN)
localinstall :
$(RM) -r $(installationtest_instpath)
$(MKDIRHIER) $(installationtest_instpath)
- ooinstall $(installationtest_instpath)/opt
+ ooinstall -l $(installationtest_instpath)/opt
cpptest : localinstall
.END