diff options
author | Tony Finch <dot@dotat.at> | 2012-12-07 18:06:47 +0000 |
---|---|---|
committer | Tony Finch <dot@dotat.at> | 2012-12-07 18:06:47 +0000 |
commit | 65583b85b0e17ec823df6f3013c625497d215608 (patch) | |
tree | b8784a6b2710e4fbd1f1a5fa6f465c6cb2bed8ea /src | |
parent | 58ee1eb660af5f69de403aaf36019f5dcaf9760e (diff) |
Avoid unnecessary rebuilds of lookup helper functions.
Diffstat (limited to 'src')
-rw-r--r-- | 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 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 |