Matthias Clasen 1b7602
diff -up at-spi2-atk-0.3.90/Makefile.tab-not-space at-spi2-atk-0.3.90/Makefile
Matthias Clasen 1b7602
--- at-spi2-atk-0.3.90/Makefile.tab-not-space	2010-08-27 15:45:49.587158000 -0400
Matthias Clasen 1b7602
+++ at-spi2-atk-0.3.90/Makefile	2010-08-27 15:46:01.616158003 -0400
Matthias Clasen 1b7602
@@ -820,7 +820,7 @@ uninstall-am: uninstall-schemasDATA
Matthias Clasen 1b7602
 %.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
Matthias Clasen 1b7602
 
Matthias Clasen 1b7602
 install-data-local:
Matthias Clasen 1b7602
-                if test -z "$(DESTDIR)" ; then \
Matthias Clasen 1b7602
+	if test -z "$(DESTDIR)" ; then \
Matthias Clasen 1b7602
                         for p in $(schemas_DATA) ; do \
Matthias Clasen 1b7602
                                 GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p ; \
Matthias Clasen 1b7602
                         done \