diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-20 15:06:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-20 15:06:08 +0000 |
commit | 102a5c9447845539a2d916bf2cd2a38d49093656 (patch) | |
tree | 2aef17ed498ccb09c61aa4034e99139981422246 /ridljar/source/unoloader/com | |
parent | f718a58a5af9aa9a391dada0c294b2a63a198744 (diff) |
INTEGRATION: CWS sb55 (1.4.20); FILE MERGED
2006/07/10 14:35:32 sb 1.4.20.1: #i66004# More robust now.
Diffstat (limited to 'ridljar/source/unoloader/com')
-rw-r--r-- | ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk | 6 |
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 |