summaryrefslogtreecommitdiff
path: root/odk/examples/java/PropertySet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/PropertySet/Makefile')
-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)" ""