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).
This commit is contained in:
parent
e3525712ee
commit
d63ccde966
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue