proactively fix for gmake 3.82

This commit is contained in:
naddy 2010-10-24 13:29:43 +00:00
parent bb0a268768
commit b652d545f7

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-Makefile_am,v 1.4 2010/10/24 13:29:43 naddy Exp $
--- Makefile.am.orig Sun Oct 24 07:26:22 2010
+++ Makefile.am Sun Oct 24 07:26:47 2010
@@ -46,11 +46,11 @@ schemas_DATA = libcanberra.schemas
if GCONF_SCHEMAS_INSTALL
install-data-local:
- 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 \
- fi
+ 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 \
+ fi
else
install-data-local:
endif