From f24dac074237cd4006fd34ba0cecbeaa8939f364 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 12 Aug 2012 18:14:12 +0200 Subject: [PATCH] [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 --- 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 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 -- 2.47.2