summaryrefslogtreecommitdiff
path: root/reportdesign/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-08-31 08:17:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-08-31 08:17:57 +0000
commit51e0745267365490454e6d385fa842dacbdcd75c (patch)
treea7a98a78a77e1d3858775dbafdd0666f2327b636 /reportdesign/util
parentb1082b5afbd0d0af7248b580bb5d84ca28f372ca (diff)
INTEGRATION: CWS rpt23fix06_SRC680 (1.3.4.1.6); FILE MERGED
2007/08/29 11:15:24 oj 1.3.4.1.6.1: #i79557# apply patch for SOLAR_JAVA
Diffstat (limited to 'reportdesign/util')
-rw-r--r--reportdesign/util/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/reportdesign/util/makefile.mk b/reportdesign/util/makefile.mk
index bec5724e25ab..e32687f86da8 100644
--- a/reportdesign/util/makefile.mk
+++ b/reportdesign/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: vg $ $Date: 2007-08-30 16:06:31 $
+# last change: $Author: vg $ $Date: 2007-08-31 09:17:57 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -202,7 +202,7 @@ DEF3NAME=$(SHL3TARGET)
# create Extension -----------------------------
-.IF "$(SOLAR_JAVA)"!="
+.IF "$(SOLAR_JAVA)"!=""
ZIP1TARGET=sun-report-builder
ZIP1FLAGS=-r
@@ -285,7 +285,7 @@ $(ZIP1DIR)$/THIRDPARTYREADMELICENSE.html : $(PRJ)$/license$/THIRDPARTYREADMELICE
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
-.ELSE # "$(SOLAR_JAVA)"!="
+.ELSE # "$(SOLAR_JAVA)"!=""
.INCLUDE : target.mk
-.ENDIF # "$(SOLAR_JAVA)"!="
+.ENDIF # "$(SOLAR_JAVA)"!=""
#