summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSami Kerola2011-02-26 15:37:20 +0100
committerKarel Zak2011-03-08 13:37:22 +0100
commit8b416ca05f2cd34d98363158471686ea8c089692 (patch)
treec5065895d82e83ca1ae78042b92339ac5c5bfee6 /Makefile.am
parentbuild-sys: Enable automake's -Wno-portability option. (diff)
downloadkernel-qcow2-util-linux-8b416ca05f2cd34d98363158471686ea8c089692.tar.gz
kernel-qcow2-util-linux-8b416ca05f2cd34d98363158471686ea8c089692.tar.xz
kernel-qcow2-util-linux-8b416ca05f2cd34d98363158471686ea8c089692.zip
build-sys: fix unportable Makefile.am assignment
Makefile.am:36: warning: `:='-style assignments are not portable Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d29884976..f7f27c67a 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