diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:17:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:17:29 +0000 |
commit | 4b018f668c104ded438733d2b06c3d874ba6cecb (patch) | |
tree | 73e6456229551320d5f8195e7da8360e7da987fd /smoketestoo_native/makefile.mk | |
parent | c31a04ecb3ac7069bf1b5dd7ed33b302244c803c (diff) |
INTEGRATION: CWS smoketest18 (1.6.2); FILE MERGED
2007/11/29 15:03:30 kz 1.6.2.1: #i75077# support for MacOS
Diffstat (limited to 'smoketestoo_native/makefile.mk')
-rw-r--r-- | smoketestoo_native/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 4935c269b8d4..3f79d14b1337 100644 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2007-10-22 14:38:19 $ +# last change: $Author: kz $ $Date: 2008-03-05 16:17:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,6 @@ STAR_REGISTRY= .INCLUDE : target.mk -.IF "$(OS)"!="MACOSX" ALLTAR : make_test @@ -77,5 +76,4 @@ make_test: noremove: @$(PERL) smoketest.pl -nr $(LAST_MINOR) -.ENDIF # "$(OS)"!="MACOSX" |