projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e352571
)
Unbreak the build on *BSD and Macos after previous gnulib merge
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 24 Dec 2020 17:42:27 +0000
(18:42 +0100)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lib/Makefile.in
b/lib/Makefile.in
index d68ec131dd3d90aed19b76124cd935bd92563e00..a280b7a33118b4f3e4e76bb295b6910c168f87cf 100644
(file)
--- 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 =