You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2013/10/30 09:32:59 UTC

svn commit: r1537003 - /openoffice/trunk/main/instsetoo_native/util/makefile.mk

Author: af
Date: Wed Oct 30 08:32:59 2013
New Revision: 1537003

URL: http://svn.apache.org/r1537003
Log:
123532: Renamed hack_msitemplates target to msitemplates.

Modified:
    openoffice/trunk/main/instsetoo_native/util/makefile.mk

Modified: openoffice/trunk/main/instsetoo_native/util/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/instsetoo_native/util/makefile.mk?rev=1537003&r1=1537002&r2=1537003&view=diff
==============================================================================
--- openoffice/trunk/main/instsetoo_native/util/makefile.mk (original)
+++ openoffice/trunk/main/instsetoo_native/util/makefile.mk Wed Oct 30 08:32:59 2013
@@ -169,7 +169,7 @@ MSISDKOOTEMPLATEDIR=$(MISC)$/sdkoo$/msi_
 ADDDEPS=$(NOLOGOSPLASH) $(DEVNOLOGOSPLASH)
 
 .IF "$(OS)" == "WNT"
-ADDDEPS+=hack_msitemplates
+ADDDEPS+=msitemplates
 .ENDIF
 
 $(foreach,i,$(alllangiso) openoffice_$i) : $(ADDDEPS)
@@ -293,7 +293,7 @@ $(BIN)$/dev$/intro.zip : $(SOLARCOMMONPC
 	@-$(MKDIR) $(@:d)
 	$(COPY) $< $@
 
-hack_msitemplates .PHONY: msi_template_files msi_langpack_template_files msi_sdk_template_files
+msitemplates .PHONY: msi_template_files msi_langpack_template_files msi_sdk_template_files
 
 MSI_OFFICE_TEMPLATE_FILES=		\
 	ActionTe.idt			\