Fix typo in po/automake.mk
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 19 Jul 2020 13:07:33 +0000 (15:07 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 19 Jul 2020 13:07:33 +0000 (15:07 +0200)
po/automake.mk

index 828192a7caab6e31f4a697246f6a9216aecf9ffd..2b696babf2bd73825ae132342e320229c40679a9 100644 (file)
@@ -68,7 +68,7 @@ $(POTFILE): $(ALL_TRANSLATABLE_FILES)
        $(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 > $@
 
-$(LOCALPOFILED) $(POFILES): $(POTFILE)
+$(LOCALPOFILES) $(POFILES): $(POTFILE)
        $(AM_V_GEN)$(MSGMERGE) --previous --quiet $(top_srcdir)/$@ $? -o $@,tmp
        $(AM_V_at)if test -e $(top_srcdir)/$@,aux ; then \
                touch $@,tmp ; \