summaryrefslogtreecommitdiff
path: root/smoketestoo_native/makefile.mk
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-04-30 12:02:03 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-04-30 12:02:03 +0000
commita69de49fe66f382e36cf99f805686335a9c2d795 (patch)
tree5cfb1c6e1d5656968a7e5261ab99c75d476d6d8e /smoketestoo_native/makefile.mk
parentf07e2fd59e6328b81702bf9c7b59ffc1a62e29af (diff)
#i10000# build fix
Diffstat (limited to 'smoketestoo_native/makefile.mk')
-rw-r--r--smoketestoo_native/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 5a00eb10f5cc..f21ae594bf33 100644
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -48,11 +48,11 @@ ALLTAR : make_test
make_test:
.IF $(NOREMOVE)
- @$(PERL) smoketest.pl -nr $(LAST_MINOR)
+ @$(PERL) smoketest.pl -nr $(LAST_MINOR) $(BUILD)
.ELSE
- @$(PERL) smoketest.pl $(LAST_MINOR)
+ @$(PERL) smoketest.pl $(LAST_MINOR) $(BUILD)
.ENDIF
noremove:
- @$(PERL) smoketest.pl -nr $(LAST_MINOR)
+ @$(PERL) smoketest.pl -nr $(LAST_MINOR) $(BUILD)