From b2b14c5fc8d92b27a3be185fc12727da079ef7d6 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 21 Jul 2012 11:38:23 +0200 Subject: [ng] rename: am__dist_* -> am.dist.* Here is the complete list of renames: am__dist_common -> am.dist.common-files am__dist_sources -> am.dist.sources am__dist_files -> am.dist.all-files am__dist_files_1 -> am.dist.files-tmp1 am__dist_files_2 -> am.dist.files-tmp2 am__dist_files_cooked -> am.dist.files-cooked am__dist_parent_dirs -> am.dist.parent-dirs Signed-off-by: Stefano Lattarini --- NG-NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NG-NEWS') diff --git a/NG-NEWS b/NG-NEWS index 22e2dfc52..ca919278a 100644 --- a/NG-NEWS +++ b/NG-NEWS @@ -217,9 +217,9 @@ Distribution to be internal variables. But that was not clear from their names. So we have renamed rename like this: - DISTFILES => am__dist_files - DIST_COMMON => am__dist_common - DIST_SOURCES => am__dist_sources + DISTFILES => am.dist.all-files + DIST_COMMON => am.dist.common-files + DIST_SOURCES => am.dist.sources Do not use any of these variables in your Makefiles! -- cgit v1.2.1