From: Sami Kerola Date: Sat, 26 Feb 2011 14:37:20 +0000 (+0100) Subject: build-sys: fix unportable Makefile.am assignment X-Git-Tag: v2.20-rc1~467 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b416ca05f2cd34d98363158471686ea8c089692;p=thirdparty%2Futil-linux.git build-sys: fix unportable Makefile.am assignment Makefile.am:36: warning: `:='-style assignments are not portable Signed-off-by: Sami Kerola --- diff --git a/Makefile.am b/Makefile.am index d298849767..f7f27c67a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,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