From 2ee5958973eafa6b4721b15ad4c4fef0af5ed4a5 Mon Sep 17 00:00:00 2001 From: Marc Lehmann Date: Fri, 5 May 2000 19:57:11 +0000 Subject: [PATCH] see plug-ins/perl/Changes --- plug-ins/perl/po/ChangeLog | 5 +++++ plug-ins/perl/po/Makefile.PL | 2 ++ 2 files changed, 7 insertions(+) diff --git a/plug-ins/perl/po/ChangeLog b/plug-ins/perl/po/ChangeLog index 5195a49130..dcbd3abbe2 100644 --- a/plug-ins/perl/po/ChangeLog +++ b/plug-ins/perl/po/ChangeLog @@ -1,3 +1,8 @@ +Fri May 5 21:49:29 CEST 2000 Marc Lehmann + + * $alltarget was never set (have to have a look at the logs). + Probably was responsible for the "gmo's don't build" problem. + Thu Apr 6 22:38:51 CEST 2000 Marc Lehmann * Makefile.PL: msgmerge will no longer be called under any diff --git a/plug-ins/perl/po/Makefile.PL b/plug-ins/perl/po/Makefile.PL index 3949ca269f..1168c89c5d 100644 --- a/plug-ins/perl/po/Makefile.PL +++ b/plug-ins/perl/po/Makefile.PL @@ -4,6 +4,7 @@ do '../config.pl'; print "Portable message objects..."; if ($MSGFMT =~ /./ && $MSGFMT ne "no") { + $alltarget = "update-gmo"; for (<*.po>) { my ($po) = /(.*)\.po$/; print " $po"; @@ -14,6 +15,7 @@ if ($MSGFMT =~ /./ && $MSGFMT ne "no") { $mofiles .= " $po.gmo"; } } else { + $alltarget = ""; print " skipped"; } print "\n";