summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-12-24 18:42:27 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2020-12-24 18:42:32 +0100
commitd63ccde966a561756675b9c84b39c724662c82a8 (patch)
tree96be45c94b4a9391707740664fb5c3f211bda35e /lib
parente3525712ee312627544bfd6d054b1defa46b660f (diff)
downloademacs-d63ccde966a561756675b9c84b39c724662c82a8.tar.gz
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).
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 =