]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix unportable Makefile.am assignment
authorSami Kerola <kerolasa@iki.fi>
Sat, 26 Feb 2011 14:37:20 +0000 (15:37 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Mar 2011 12:37:22 +0000 (13:37 +0100)
Makefile.am:36: warning: `:='-style assignments are not portable

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Makefile.am

index d29884976752ef0281a29117838f3026d98daf5c..f7f27c67a79294aec5554cfd1fda1d7f1855ed74 100644 (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