Makefile.am:36: warning: `:='-style assignments are not portable Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 368ded4..44f78fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ SUBDIRS = \ tests -RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \ +RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \ -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o if LINUX -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html