]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Makefile: Added empty install-exec-hook to fix older automakes.
authorTimo Sirainen <tss@iki.fi>
Fri, 19 Feb 2010 10:19:27 +0000 (12:19 +0200)
committerTimo Sirainen <tss@iki.fi>
Fri, 19 Feb 2010 10:19:27 +0000 (12:19 +0200)
--HG--
branch : HEAD

Makefile.am

index b7319f40f8e7d5bd750134c12cc6cd52daa6d8cd..e10eed37f196af70a077e475b7cad7a20b8f7154 100644 (file)
@@ -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)