$OpenBSD: patch-src_dynamic-preprocessors_Makefile_in,v 1.14 2015/01/24 03:52:53 lteo Exp $
--- src/dynamic-preprocessors/Makefile.in.orig	Mon Oct 13 17:43:44 2014
+++ src/dynamic-preprocessors/Makefile.in	Sat Oct 25 16:32:13 2014
@@ -1483,19 +1483,8 @@ clean-local:
 	rm -rf include build
 
 install-data-local:
-	@for f in $(exported_files); do \
-		truefile=`echo $$f | sed -e "s/.*\///"`; \
-		$(mkinstalldirs) $(DESTDIR)$(srcinstdir); \
-		if test -f $(srcdir)/$$f; then p=$(srcdir)/$$f; else p=$$f; fi; \
-		$(INSTALL_DATA) $$p $(DESTDIR)$(srcinstdir)/$$truefile; \
-	done
 
 uninstall-local:
-	@for f in $(exported_files); do \
-		truefile=`echo $$f | sed -e "s/.*\///"`; \
-		$(mkinstalldirs) $(DESTDIR)$(srcinstdir); \
-		rm -f $(DESTDIR)$(srcinstdir)/$$truefile; \
-	done
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
