diff options
-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 |