From: Stefano Lattarini Date: Sun, 12 Aug 2012 16:14:12 +0000 (+0200) Subject: [ng] dist: fixup: add 'dist' and 'dist-all' to AM_RECURSIVE_TARGETS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24dac074237cd4006fd34ba0cecbeaa8939f364;p=thirdparty%2Fautomake.git [ng] dist: fixup: add 'dist' and 'dist-all' to AM_RECURSIVE_TARGETS * 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 --- diff --git a/lib/am/distcheck.mk b/lib/am/distcheck.mk index d2b212e70..5da7118c5 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