[exim-cvs] Avoid unnecessary rebuilds of lookup helper funct…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Avoid unnecessary rebuilds of lookup helper functions.
Gitweb: http://git.exim.org/exim.git/commitdiff/65583b85b0e17ec823df6f3013c625497d215608
Commit:     65583b85b0e17ec823df6f3013c625497d215608
Parent:     58ee1eb660af5f69de403aaf36019f5dcaf9760e
Author:     Tony Finch <dot@???>
AuthorDate: Fri Dec 7 18:06:47 2012 +0000
Committer:  Tony Finch <dot@???>
CommitDate: Fri Dec 7 18:06:47 2012 +0000


    Avoid unnecessary rebuilds of lookup helper functions.
---
 src/OS/Makefile-Base |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index 2812945..2e2639b 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