From 102a5c9447845539a2d916bf2cd2a38d49093656 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 20 Jul 2006 15:06:08 +0000 Subject: INTEGRATION: CWS sb55 (1.4.20); FILE MERGED 2006/07/10 14:35:32 sb 1.4.20.1: #i66004# More robust now. --- ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ridljar/source') 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 -- cgit