diff options
Diffstat (limited to 'db/Makefile')
-rw-r--r-- | db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/Makefile b/db/Makefile index e5a60557dc..9613c2e370 100644 --- a/db/Makefile +++ b/db/Makefile @@ -39,4 +39,4 @@ CFLAGS-hash_func.c := -Wno-unused # The db code outsmarts the compiler frequently. override CFLAGS += -Wno-uninitialized -$(objpfx)makedb: -ldb +LDLIBS-makedb := db/libdb |