configure: Enable automatic dependencies for FreeBSD make.
This commit is contained in:
parent
0f677a5beb
commit
566cb8c7a3
|
@ -150,6 +150,7 @@ Makefile $(ALL_MAKERULES) $(ALL_MAKEFILES): config.status
|
|||
@./config.status $@
|
||||
.INIT: Makefile
|
||||
.BEGIN: Makefile
|
||||
.MAKEFILEDEPS:
|
||||
|
||||
$(RECURSE_TARGETS) $(MAKEDEP): $(ALL_MAKEFILES)
|
||||
|
||||
|
|
|
@ -24220,6 +24220,7 @@ DEPENDENCIES="### Dependencies:
|
|||
|
||||
.INIT: Makefile
|
||||
.BEGIN: Makefile
|
||||
.MAKEFILEDEPS:
|
||||
Makefile: dummy
|
||||
-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
|
||||
|
||||
|
|
|
@ -1830,6 +1830,7 @@ AC_SUBST(DEPENDENCIES,["### Dependencies:
|
|||
|
||||
.INIT: Makefile
|
||||
.BEGIN: Makefile
|
||||
.MAKEFILEDEPS:
|
||||
Makefile: dummy
|
||||
-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue