Remove deprecated objects GtkAction and GtkUIManager
[pspp] / po / automake.mk
index 20540d06b5a85025777db38345c16df2c3fa5386..6c400624dd9fee083791f484278afa9693ae1004 100644 (file)
@@ -49,7 +49,9 @@ $(POFILES): $(POTFILE)
                 touch $@,tmp ; \
                 msgcat --use-first $(top_srcdir)/$@,aux $@,tmp -o $@,tmp; \
        fi ;
-       $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@
+       $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@,tmp2
+       $(RM) $@,tmp
+       mv $@,tmp2 $@
 
 SUFFIXES += .po .gmo
 .po.gmo: