patch-Makefile_in 547 B

12345678910111213
  1. $OpenBSD: patch-Makefile_in,v 1.4 2012/09/27 07:18:35 ajacoutot Exp $
  2. --- Makefile.in.orig Thu Sep 27 09:16:59 2012
  3. +++ Makefile.in Thu Sep 27 09:17:15 2012
  4. @@ -821,7 +821,7 @@ uninstall-am: uninstall-themeDATA
  5. %.theme: %.theme.in
  6. - $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
  7. + $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
  8. # Creating ChangeLog from git log (taken from cairo/Makefile.am):