summaryrefslogtreecommitdiff
path: root/odk/examples
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:30:53 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:30:53 +0000
commit051c1012ec921932e0bd29aaa132f028d1f0db59 (patch)
tree93b068a6fbe2f6f4cd09e99a26009bf9f4a6af00 /odk/examples
parent7693cd4bf000934db6c8eae211bbab74407397c5 (diff)
INTEGRATION: CWS jsc21 (1.9.74); FILE MERGED
2008/05/23 11:49:23 jsc 1.9.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES
Diffstat (limited to 'odk/examples')
-rw-r--r--odk/examples/java/Spreadsheet/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/Spreadsheet/Makefile b/odk/examples/java/Spreadsheet/Makefile
index 66bde0042268..bbbf5b2b692f 100644
--- a/odk/examples/java/Spreadsheet/Makefile
+++ b/odk/examples/java/Spreadsheet/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 11:09:48 $
+# last change: $Author: rt $ $Date: 2008-07-11 14:30:53 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -118,7 +118,7 @@ $(OUT_COMP_GEN)/%.rdb : $(GENURDFILES)
#$(OUT_COMP_GEN)/%.java : $(COMPONENT_RDB)
$(GENCLASSFILES) : $(COMPONENT_RDB)
-$(MKDIR) $(subst /,$(PS),$(@D))
- $(JAVAMAKER) -BUCR -nD $(GENTYPELIST) -O$(OUT_COMP_CLASS) $(COMPONENT_RDB) $(OFFICE_TYPE_LIBRARY)
+ $(JAVAMAKER) -BUCR -nD $(GENTYPELIST) -O$(OUT_COMP_CLASS) $(COMPONENT_RDB) -X$(URE_TYPES) -X$(OFFICE_TYPES)
$(OUT_COMP_CLASS)/%.class : %.java
-$(MKDIR) $(subst /,$(PS),$(@D))