so that dynamic variables are solved properly
-/* $OpenBSD: make.c,v 1.67 2013/05/22 12:14:08 espie Exp $ */
+/* $OpenBSD: make.c,v 1.68 2014/01/06 12:21:45 espie Exp $ */
/* $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $ */
/*
}
/* SIB: this is where there should be a siblings loop */
- Suff_FindDeps(gn);
if (gn->unmade != 0) {
if (DEBUG(MAKE))
printf(" Requeuing (after deps: %d)\n", gn->unmade);
* commands has commands ...
*/
Lst_ForEach(&gn->children, MakeHandleUse, gn);
+ Suff_FindDeps(gn);
expand_all_children(gn);
if (gn->unmade != 0) {