Skip to content
Snippets Groups Projects
Commit 566cb8c7 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

configure: Enable automatic dependencies for FreeBSD make.

parent 0f677a5b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment