Author: damjan
Date: Sun Dec 11 18:51:53 2016
New Revision: 1773598
URL: http://svn.apache.org/viewvc?rev=1773598&view=rev
Log:
Fix an odk makefile ok Windows.
Patch by: me
Modified:
openoffice/trunk/main/odk/pack/gendocu/makefile.mk
Modified: openoffice/trunk/main/odk/pack/gendocu/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/pack/gendocu/makefile.mk?rev=1773598&r1=1773597&r2=1773598&view=diff
==============================================================================
--- openoffice/trunk/main/odk/pack/gendocu/makefile.mk (original)
+++ openoffice/trunk/main/odk/pack/gendocu/makefile.mk Sun Dec 11 18:51:53 2016
@@ -100,7 +100,7 @@ $(CPP_DOCU_INDEX_FILE) : $(CPP_DOCU_CLEA
$(JAVA_SRC_FILES) : $(SOLARCOMMONBINDIR)$/jurt_src.zip
$(SOLARCOMMONBINDIR)$/ridl_src.zip $(SOLARCOMMONBINDIR)$/unoloader_src.zip
$(SOLARCOMMONPCKDIR)$/juh_src.zip
-$(MKDIRHIER) $(@:d)
$(MY_COPY) $^ $(JAVA_SRC_DIR)
- cd $(JAVA_SRC_DIR) && unzip -qu $(@:f)
+ cd $(JAVA_SRC_DIR) && unzip -qu jurt_src.zip && unzip -qu ridl_src.zip
&& unzip -qu unoloader_src.zip && unzip -qu juh_src.zip
#$(JAVA_SRC_DIR)$/com$/sun$/star$/beans$/%.java :
$(PRJ)$/source$/bean$/com$/sun$/star$/beans$/%.java
# -$(MKDIRHIER) $(@:d)