diff -up at-spi2-atk-0.3.90/Makefile.tab-not-space at-spi2-atk-0.3.90/Makefile --- at-spi2-atk-0.3.90/Makefile.tab-not-space 2010-08-27 15:45:49.587158000 -0400 +++ at-spi2-atk-0.3.90/Makefile 2010-08-27 15:46:01.616158003 -0400 @@ -820,7 +820,7 @@ uninstall-am: uninstall-schemasDATA %.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 $< $@ install-data-local: - if test -z "$(DESTDIR)" ; then \ + if test -z "$(DESTDIR)" ; then \ for p in $(schemas_DATA) ; do \ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p ; \ done \