From 72d9ab8bfd310fdd4adfe2c5d651807621c39bf4 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 19 Feb 2010 12:19:27 +0200 Subject: [PATCH] Makefile: Added empty install-exec-hook to fix older automakes. --HG-- branch : HEAD --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index b7319f40f8..e10eed37f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,6 +56,8 @@ install-exec-hook: -e "s|^\(LIBDOVECOT_STORAGE\)=.*$$|\1=-ldovecot-storage|" \ -e "s|^\(LIBDOVECOT_INCLUDE\)=.*$$|\1=-I$(pkgincludedir)|" \ > $(DESTDIR)$(pkglibdir)/dovecot-config +else +install-exec-hook: endif CLEANFILES = $(datafiles) -- 2.47.3