From 248f577d1e1be032a6f53a625aa72d479523019d Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 23 Aug 2002 23:24:37 +0000 Subject: removed instruction in double --- grpmi/po/Makefile | 3 --- po/Makefile | 3 --- 2 files changed, 6 deletions(-) diff --git a/grpmi/po/Makefile b/grpmi/po/Makefile index acfea5bf..c13d0193 100644 --- a/grpmi/po/Makefile +++ b/grpmi/po/Makefile @@ -23,9 +23,6 @@ all: $(PGOAL).pot $(MOFILES) $(PL_CFILES): %_.c: % ./fake_c.pl $< > $@ -%.mo: %.po - msgfmt -o $@ $< - merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ diff --git a/po/Makefile b/po/Makefile index acc22d1f..284396ec 100644 --- a/po/Makefile +++ b/po/Makefile @@ -23,9 +23,6 @@ all: $(PGOAL).pot $(MOFILES) $(PL_CFILES): %_.c: % ../grpmi/po/fake_c.pl $< > $@ -%.mo: %.po - msgfmt -o $@ $< - merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ -- cgit v1.2.1