emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d63ccde: Unbreak the build on *BSD and Macos after previous gnuli


From: Lars Ingebrigtsen
Subject: master d63ccde: Unbreak the build on *BSD and Macos after previous gnulib merge
Date: Thu, 24 Dec 2020 12:42:38 -0500 (EST)

branch: master
commit d63ccde966a561756675b9c84b39c724662c82a8
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 d68ec13..a280b7a 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 =



reply via email to

[Prev in Thread] Current Thread [Next in Thread]