build-sys: fix unportable Makefile.am assignment

Makefile.am:36: warning: `:='-style assignments are not portable

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-02-26 15:37:20 +01:00 committed by Karel Zak
parent 9c3c99e9bb
commit 8b416ca05f
1 changed files with 1 additions and 1 deletions

View File

@ -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