summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 13:38:19 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 13:38:19 +0000
commit70b9e9343e282726f3c6fb3c129bf28e8e4e5a72 (patch)
tree0df42d073bc647da58080fa62c3aaa675411eac6 /smoketestoo_native
parent1db3d345f7bdd5c42f359d2c6eb42f217a0ff9d0 (diff)
INTEGRATION: CWS obo17 (1.5.10); FILE MERGED
2007/10/19 10:11:49 obo 1.5.10.1: #150903# currently automatic smoketest for MacOSX not available
Diffstat (limited to 'smoketestoo_native')
-rw-r--r--smoketestoo_native/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index e55f84eebe61..4935c269b8d4 100644
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 12:33:01 $
+# last change: $Author: vg $ $Date: 2007-10-22 14:38:19 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -64,7 +64,7 @@ STAR_REGISTRY=
.INCLUDE : target.mk
-
+.IF "$(OS)"!="MACOSX"
ALLTAR : make_test
@@ -77,4 +77,5 @@ make_test:
noremove:
@$(PERL) smoketest.pl -nr $(LAST_MINOR)
+.ENDIF # "$(OS)"!="MACOSX"