Forgot in previous.

This commit is contained in:
ajacoutot 2012-09-27 07:18:35 +00:00
parent a0f9a20273
commit 3c70fa453b

View File

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