diff --git a/historic/jam/src/make1.c b/historic/jam/src/make1.c index 45555bce3..2f2b8cafc 100644 --- a/historic/jam/src/make1.c +++ b/historic/jam/src/make1.c @@ -568,7 +568,6 @@ make1c( state *pState ) /* Clean current includes */ if (t->includes) { - freetargets(t->includes->depends); t->includes = 0; } diff --git a/jam_src/make1.c b/jam_src/make1.c index 45555bce3..2f2b8cafc 100644 --- a/jam_src/make1.c +++ b/jam_src/make1.c @@ -568,7 +568,6 @@ make1c( state *pState ) /* Clean current includes */ if (t->includes) { - freetargets(t->includes->depends); t->includes = 0; }