Author: jani
Date: Sun Nov 3 14:07:43 2013
New Revision: 1538369
URL: http://svn.apache.org/r1538369
Log:
update for genPO
Modified:
openoffice/branches/l10n40/main/instsetoo_native/util/makefile.mk
Modified: openoffice/branches/l10n40/main/instsetoo_native/util/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/instsetoo_native/util/makefile.mk?rev=1538369&r1=1538368&r2=1538369&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/instsetoo_native/util/makefile.mk (original)
+++ openoffice/branches/l10n40/main/instsetoo_native/util/makefile.mk Sun Nov
3 14:07:43 2013
@@ -24,7 +24,9 @@
PRJ=..
PRJNAME=instsetoo_native
TARGET=util
-.IF "$(MAKETARGETS)"!="genPO"
+.IF "$(MAKETARGETS)"=="genPO"
+genPO:
+.ELSE
.INCLUDE: settings.mk
@@ -462,3 +464,4 @@ $(MSISDKOOTEMPLATEDIR) $(MSISDKOOTEMPLAT
-$(MKDIRHIER) $@
$(MSISDKOOTEMPLATEDIR)/% : $(MSISDKOOTEMPLATESOURCE)$/%
$(GNUCOPY) $< $@
+.ENDIF