From: Ben Pfaff Date: Sat, 5 Sep 2020 23:13:56 +0000 (-0700) Subject: po: Delete temporary files to fix "make distcheck" error. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77cedca74aa0b59436696e8c26cac7c9448d11e9;p=pspp po: Delete temporary files to fix "make distcheck" error. --- diff --git a/po/automake.mk b/po/automake.mk index 1d25f16948..072efea311 100644 --- a/po/automake.mk +++ b/po/automake.mk @@ -67,6 +67,7 @@ $(POTFILE): $(ALL_TRANSLATABLE_FILES) Makefile $(AM_V_at)$(XGETTEXT) $(XGETTEXT_OPTIONS) -j src/ui/gui/org.fsf.pspp.metainfo.xml.in -o $@,tmp $(AM_V_at)$(XGETTEXT) $(XGETTEXT_OPTIONS) -j src/ui/gui/org.fsf.pspp.desktop.in -o $@,tmp $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: .*/d' $@,tmp > $@ + rm -f $@,tmp $(LOCALPOFILES) $(POFILES): $(POTFILE) $(AM_V_GEN)$(MSGMERGE) --previous --quiet $(top_srcdir)/$@ $? -o $@,tmp @@ -76,7 +77,7 @@ $(LOCALPOFILES) $(POFILES): $(POTFILE) fi ; $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@,tmp2 $(RM) $@,tmp - $(MSGFMT) -c $@,tmp2 + $(MSGFMT) -c $@,tmp2 -o - > /dev/null mv $@,tmp2 $@ SUFFIXES += .po .gmo