From d63ccde966a561756675b9c84b39c724662c82a8 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 24 Dec 2020 18:42:27 +0100 Subject: [PATCH] Unbreak the build on *BSD and Macos after previous gnulib merge * lib/Makefile.in (DEPFLAGS): Unbreak build on BSD derivatives by writing all deps files into a single directory (instead of deps/malloc/*.c). --- lib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index d68ec131dd3..a280b7a3311 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -67,7 +67,7 @@ endif DEPDIR = deps ifeq ($(AUTO_DEPEND),yes) - DEPFLAGS = -MMD -MF $(DEPDIR)/$*.d -MP + DEPFLAGS = -MMD -MF $(DEPDIR)/$(*F).d -MP -include $(ALLOBJS:%.o=$(DEPDIR)/%.d) else DEPFLAGS = -- 2.39.2