]> git.eshelyaron.com Git - emacs.git/commitdiff
Unbreak the build on *BSD and Macos after previous gnulib merge
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 24 Dec 2020 17:42:27 +0000 (18:42 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 24 Dec 2020 17:42:32 +0000 (18:42 +0100)
* 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

index d68ec131dd3d90aed19b76124cd935bd92563e00..a280b7a33118b4f3e4e76bb295b6910c168f87cf 100644 (file)
@@ -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 =