diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 06:17:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 06:17:48 +0000 |
commit | 837bc2fdf67d8a6a4584985cd91b45535982c9e4 (patch) | |
tree | 94c20f3269aa761afab8addbef75f361ca58dbbf | |
parent | f0f396f1583e56d0d9ae5db8df0b8a915975f76c (diff) |
INTEGRATION: CWS aquaremovefondu (1.3.12); FILE MERGED
2007/07/12 22:53:58 ericb 1.3.12.1: #i79558# no need to build fondu on aqua version (Mac OS X)
-rw-r--r-- | fondu/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fondu/makefile.mk b/fondu/makefile.mk index 72d75681e559..39dcead4eb30 100644 --- a/fondu/makefile.mk +++ b/fondu/makefile.mk @@ -4,7 +4,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # # last change: $Author: ericb # @@ -46,10 +46,10 @@ TARGET=fondu TARFILE_NAME=fondu_src-051010 -.IF "$(OS)"!="MACOSX" +.IF "$(OS)"!="MACOSX" || "$(GUIBASE)"=="aqua" dummy: @echo "Nothing to build for OS $(OS)" -.ENDIF # "$(OS)"!="MACOSX" +.ENDIF # "$(OS)"!="MACOSX" || "$(GUIBASE)"=="aqua" CONFIGURE_DIR=. |