From: Tony Finch Date: Fri, 7 Dec 2012 18:06:47 +0000 (+0000) Subject: Avoid unnecessary rebuilds of lookup helper functions. X-Git-Tag: exim-4_81_RC1~3^2~15 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/65583b85b0e17ec823df6f3013c625497d215608 Avoid unnecessary rebuilds of lookup helper functions. --- diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index 281294558..2e2639b85 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -620,7 +620,7 @@ drtables.o: $(HDRS) drtables.c # When using parallel make, we don't have the dependency to force building # in the sub-directory unless we force that dependency: -$(OBJ_LOOKUPS): buildlookups +$(OBJ_LOOKUPS): lookups/lookups.a # The exim monitor's private modules - the sources live in a private # subdirectory. The final binary combines the private modules with some