12 lines
477 B
Text
12 lines
477 B
Text
|
--- 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):
|
||
|
|