* lib/am/distcheck.mk: Here. That wasn't happing due to a botched "ifdef", broken by some recent change (probably during the transition from 'distcheck.am' to 'distcheck.mk').
Signed-off-by: Stefano Lattarini <[email protected]> --- lib/am/distcheck.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/am/distcheck.mk b/lib/am/distcheck.mk index d2b212e..5da7118 100644 --- a/lib/am/distcheck.mk +++ b/lib/am/distcheck.mk @@ -105,7 +105,7 @@ $(am.dist.all-targets): dist-%: distdir # Building all the requested distribution flavors. # # -------------------------------------------------- # -ifdef +ifdef SUBDIRS AM_RECURSIVE_TARGETS += dist dist-all endif -- 1.7.12.rc0
