From 8d822e2c239f873f856b3689e9e2c631e83072ff Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 20 Jan 2022 10:36:06 +0100 Subject: [PATCH] [#218] Added empty install-exec target - as requested by Philip Prindeville for OpenWRT build fix --- bind/Makefile.in | 1 + util/Makefile.bind.in | 1 + 2 files changed, 2 insertions(+) diff --git a/bind/Makefile.in b/bind/Makefile.in index 8fe8883f1..7e2993f66 100644 --- a/bind/Makefile.in +++ b/bind/Makefile.in @@ -116,5 +116,6 @@ uninstall-bind: all # Include the following so that this Makefile is happy when the parent # tries to use them. +install-exec: check distdir distclean dvi installcheck: diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in index 8fe8883f1..7e2993f66 100644 --- a/util/Makefile.bind.in +++ b/util/Makefile.bind.in @@ -116,5 +116,6 @@ uninstall-bind: all # Include the following so that this Makefile is happy when the parent # tries to use them. +install-exec: check distdir distclean dvi installcheck: -- 2.47.2