]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/dont_rebuild_po_files.diff
Change update-autotools.sh to be run from the top directory, not one
[software/mutt-debian.git] / debian / patches / debian-specific / dont_rebuild_po_files.diff
1 --- po/Makefile.in.in.orig
2 +++ po/Makefile.in.in
3 @@ -85,7 +85,7 @@
4  # otherwise packages like GCC can not be built if only parts of the source
5  # have been downloaded.
6  
7 -$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in
8 +$(srcdir)/$(PACKAGE).pot: #$(POTFILES) $(srcdir)/POTFILES.in
9         $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
10           --add-comments --keyword=_ --keyword=N_ \
11           --files-from=$(srcdir)/POTFILES.in \