summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-09 09:39:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-09 09:39:25 +0000
commitc386a514f60c5d5bc4f75d466e6010a925a63498 (patch)
tree19807fd5e8d69d8a9a854658e4621e75b32b5931
parentINTEGRATION: CWS sdk06 (1.3.2); FILE MERGED (diff)
downloadcore-c386a514f60c5d5bc4f75d466e6010a925a63498.tar.gz
core-c386a514f60c5d5bc4f75d466e6010a925a63498.zip
INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED
2003/07/03 14:54:15 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Spreadsheet/Makefile b/odk/examples/DevelopersGuide/Spreadsheet/Makefile
index 486a264716f2..0383873f8267 100644
--- a/odk/examples/DevelopersGuide/Spreadsheet/Makefile
+++ b/odk/examples/DevelopersGuide/Spreadsheet/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hr $ $Date: 2003-06-30 15:45:46 $
+# last change: $Author: vg $ $Date: 2003-07-09 10:39:25 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -126,12 +126,12 @@ $(CLASSFILES) : $(JAVAFILES) $(GENJAVAFILES)
$(OUT_CLASS)/%.jar : $(OUT_COMP_CLASS)/%.Manifest $(CLASSFILES)
-$(MKDIR) $(subst /,$(PS),$(@D))
- cd $(OUT_COMP_CLASS) && jar cvfm ../$(@F) $(<F) $($(basename $(basename $(@F)))_CLASSFILES)
+ cd $(subst /,$(PS),$(OUT_COMP_CLASS)) && jar cvfm ../$(@F) $(<F) $($(basename $(basename $(@F)))_CLASSFILES)
$(OUT_BIN)/%.zip : $(OUT_COMP_GEN)/%.rdb $(OUT_CLASS)/%.jar
-$(MKDIR) $(subst /,$(PS),$(@D))
$(COPY) $(subst /,$(PS),$<) $(subst /,$(PS),$(OUT_CLASS))
- cd $(OUT_CLASS) && jar cvfM ../bin/$(@F) $(^F)
+ cd $(subst /,$(PS),$(OUT_CLASS)) && jar cvfM ../bin/$(@F) $(^F)
$(DEL) $(subst /,$(PS),$(OUT_CLASS)/$(<F))
$(REGISTERFLAG) : $(COMPONENT1_PACKAGE)