summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/Linguistic/Makefile
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-09 09:38:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-09 09:38:37 +0000
commit1f9a5383be0c179d5bcdf098ab9954b2a3b799ca (patch)
treef1437a0e8f62b6ce933b409c1c014465af947c04 /odk/examples/DevelopersGuide/OfficeDev/Linguistic/Makefile
parentc64e99ca11c36e22daf1e04605a9e3ed2dc315ee (diff)
INTEGRATION: CWS sdk06 (1.3.2); FILE MERGED
2003/07/03 14:54:12 jsc 1.3.2.1: #110588# insert subst command to correct slashes for Windows < XP
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/Linguistic/Makefile')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/Makefile b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/Makefile
index 720558ac4264..9298b442fc57 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/Makefile
+++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hr $ $Date: 2003-06-30 15:40:02 $
+# last change: $Author: vg $ $Date: 2003-07-09 10:38:37 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -129,11 +129,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) $(COMPONENT2_PACKAGE) $(COMPONENT3_PACKAGE)
ifneq "$(SDK_AUTO_DEPLOYMENT)" ""