From 5bdb1817dd55c5d015c71bb40d91f773637138ae Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 9 Aug 2006 11:56:29 -0400 Subject: [PATCH] Fixed typo in target pre-requisite --- po/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.am b/po/Makefile.am index 92778378f..18fad2225 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -53,7 +53,7 @@ report: CLEANFILES = $(FMTCATALOGS) $(GLADESCRATCHFILE) tmp -install-data-local: $(FMTCARALOGS) +install-data-local: $(FMTCATALOGS) mkdir -p $(DESTDIR)$(NLSDIR) for n in $(FMTCATALOGS); do \ l=`basename $$n .mo`; \