diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 15:32:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 15:32:22 +0000 |
commit | 8fa5bf8fc711694868635ca3e1d7a263f9759bdb (patch) | |
tree | 112eb9e03a07a5750e24eac9d2448b454468eee9 /epm | |
parent | 6dd6aeef2390f830c291a23ec34c3226d3555095 (diff) |
INTEGRATION: CWS configure6 (1.1.2); FILE MERGED
2005/03/04 11:32:57 rene 1.1.2.1: fix configure for new epm module...
Diffstat (limited to 'epm')
-rw-r--r-- | epm/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epm/makefile.mk b/epm/makefile.mk index a7bc637db846..344d9a4348c3 100644 --- a/epm/makefile.mk +++ b/epm/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hjs $ $Date: 2005-02-23 15:12:27 $ +# last change: $Author: vg $ $Date: 2005-03-08 16:32:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,7 +74,7 @@ TARGET=epm TARFILE_NAME=epm-3.7 PATCH_FILE_NAME=epm-3.7.patch -.IF "$(GUI)"=="UNX" +.IF "$(GUI)"=="UNX" && "$(BUILD_EPM)" != "NO" CONFIGURE_ACTION=.$/configure BUILD_ACTION=make |