summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk b/ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk
index cb6f3f11a341..e85084357a5a 100644
--- a/ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk
+++ b/ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 13:26:32 $
+# last change: $Author: kz $ $Date: 2006-07-20 16:06:08 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -62,7 +62,7 @@ $(JAVACLASSFILES): $(MISC)$/$(TARGET).mkdir.done
.ENDIF
$(MISC)$/$(TARGET).mkdir.done .ERRREMOVE:
- $(MKDIR) $(CLASSDIR)
+ $(MKDIRHIER) $(CLASSDIR)
$(TOUCH) $@
.ENDIF