From: Rocco Rutte Date: Sat, 5 Aug 2006 00:03:22 +0000 (+0000) Subject: Fix po build when builddir != srcdir (modified: made simpler). X-Git-Tag: mutt-1-5-13-rel~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2b6cf2c0d79dd130299cba98a0ae662a2b3be1c;p=mutt Fix po build when builddir != srcdir (modified: made simpler). --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index b31ff828..cf6379f3 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -68,7 +68,7 @@ CATALOGS = @CATALOGS@ $(MSGFMT) -o $@ $< .po.gmo: - file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ + file=`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && $(GMSGFMT) --statistics -o $$file $< @@ -86,7 +86,6 @@ $(top_srcdir)/keymap_alldefs.h: # have been downloaded. $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in - chmod u+w $(srcdir) rm -f $@ $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \