summaryrefslogtreecommitdiff
path: root/odk/examples/java/PropertySet
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-09 09:41:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-09 09:41:34 +0000
commitfaac0c9f921131b56590c1ed4c2e90235f459389 (patch)
tree71a275f82c449c324387331866a4c266e2e17ba4 /odk/examples/java/PropertySet
parent42f6c2ba6f8c808c097d6f44d0982f87506b8014 (diff)
INTEGRATION: CWS sdk06 (1.10.2); FILE MERGED
2003/07/03 14:54:20 jsc 1.10.2.1: #110588# insert subst command to correct slashes for Windows < XP
Diffstat (limited to 'odk/examples/java/PropertySet')
-rw-r--r--odk/examples/java/PropertySet/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/java/PropertySet/Makefile b/odk/examples/java/PropertySet/Makefile
index 269ba64a9139..121ae53fb134 100644
--- a/odk/examples/java/PropertySet/Makefile
+++ b/odk/examples/java/PropertySet/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: hr $ $Date: 2003-06-30 15:57:33 $
+# last change: $Author: vg $ $Date: 2003-07-09 10:41:34 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -89,11 +89,11 @@ $(CLASSFILES) : $(JAVAFILES)
$(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_CLASS)/%.jar
-$(MKDIR) $(subst /,$(PS),$(@D))
- cd $(OUT_CLASS) && jar cvfM ../bin/$(@F) $(^F)
+ cd $(subst /,$(PS),$(OUT_CLASS)) && jar cvfM ../bin/$(@F) $(^F)
$(REGISTERFLAG) : $(COMPONENT1_PACKAGE)
ifneq "$(SDK_AUTO_DEPLOYMENT)" ""