You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ja...@apache.org on 2013/10/03 17:08:53 UTC

svn commit: r1528905 - in /openoffice/branches/l10n40/main: configmgr/qa/unoapi/makefile.mk stoc/test/uriproc/makefile.mk unotools/qa/complex/tempfile/makefile.mk

Author: jani
Date: Thu Oct  3 15:08:53 2013
New Revision: 1528905

URL: http://svn.apache.org/r1528905
Log:
corrected makefile errors due to genLang extract.

Modified:
    openoffice/branches/l10n40/main/configmgr/qa/unoapi/makefile.mk
    openoffice/branches/l10n40/main/stoc/test/uriproc/makefile.mk
    openoffice/branches/l10n40/main/unotools/qa/complex/tempfile/makefile.mk

Modified: openoffice/branches/l10n40/main/configmgr/qa/unoapi/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/configmgr/qa/unoapi/makefile.mk?rev=1528905&r1=1528904&r2=1528905&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/configmgr/qa/unoapi/makefile.mk (original)
+++ openoffice/branches/l10n40/main/configmgr/qa/unoapi/makefile.mk Thu Oct  3 15:08:53 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-.INCLUDE: target.mk
+genPO:
 .ELSE
 
 PRJ = ../..

Modified: openoffice/branches/l10n40/main/stoc/test/uriproc/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/stoc/test/uriproc/makefile.mk?rev=1528905&r1=1528904&r2=1528905&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/stoc/test/uriproc/makefile.mk (original)
+++ openoffice/branches/l10n40/main/stoc/test/uriproc/makefile.mk Thu Oct  3 15:08:53 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-.INCLUDE: target.mk
+genPO:
 .ELSE
 
 PRJ := ../..

Modified: openoffice/branches/l10n40/main/unotools/qa/complex/tempfile/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/unotools/qa/complex/tempfile/makefile.mk?rev=1528905&r1=1528904&r2=1528905&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/unotools/qa/complex/tempfile/makefile.mk (original)
+++ openoffice/branches/l10n40/main/unotools/qa/complex/tempfile/makefile.mk Thu Oct  3 15:08:53 2013
@@ -22,7 +22,7 @@
 
 
 .IF "$(OOO_SUBSEQUENT_TESTS)" == ""
-.INCLUDE: target.mk
+genPO:
 .ELSE
 
 PRJ = ../../..