summaryrefslogtreecommitdiff
path: root/smoketestoo_native/makefile.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:33:01 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:33:01 +0000
commit81ab4d12bc5cdda5417f45761c504edc948debb5 (patch)
tree1999ced0c5818eaa2703c6c3ebd0010795ba0e45 /smoketestoo_native/makefile.mk
parent8c3479850cfa315434ba2d7a4ffe205bda876755 (diff)
INTEGRATION: CWS ause069 (1.3.32); FILE MERGED
2007/01/24 12:16:07 hjs 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED 2006/11/27 15:59:17 hjs 1.3.32.1: #i70359# remove forced shell calls
Diffstat (limited to 'smoketestoo_native/makefile.mk')
-rw-r--r--smoketestoo_native/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 40ac97e6fe6e..e55f84eebe61 100644
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2007-01-15 12:15:29 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:33:01 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -70,11 +70,11 @@ ALLTAR : make_test
make_test:
.IF $(NOREMOVE)
- @+$(PERL) smoketest.pl -nr $(LAST_MINOR)
+ @$(PERL) smoketest.pl -nr $(LAST_MINOR)
.ELSE
- @+$(PERL) smoketest.pl $(LAST_MINOR)
+ @$(PERL) smoketest.pl $(LAST_MINOR)
.ENDIF
noremove:
- @+$(PERL) smoketest.pl -nr $(LAST_MINOR)
+ @$(PERL) smoketest.pl -nr $(LAST_MINOR)