automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 4/7] [ng] dist: fixup: add 'dist' and 'dist-all' to


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 4/7] [ng] dist: fixup: add 'dist' and 'dist-all' to AM_RECURSIVE_TARGETS
Date: Sun, 12 Aug 2012 23:20:09 +0200

* 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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]