summaryrefslogtreecommitdiffstats
path: root/cmd/ztest/Makefile.in
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2011-06-14 15:09:05 -0700
committerBrian Behlendorf <[email protected]>2011-06-14 16:40:35 -0700
commit2e08aedba456dccddf6418908a55014e56cad226 (patch)
treea75555bfa4b1760023fb1620cb843b53376d936e /cmd/ztest/Makefile.in
parent8a7e1ceefa430988c8f888ca708ab307333b4464 (diff)
Always check -Wno-unused-but-set-variable gcc support
The previous commit 8a7e1ceefa430988c8f888ca708ab307333b4464 wasn't quite right. This check applies to both the user and kernel space build and as such we must make sure it runs regardless of what the --with-config option is set too. For example, if --with-config=kernel then the autoconf test does not run and we generate build warnings when compiling the kernel packages.
Diffstat (limited to 'cmd/ztest/Makefile.in')
-rw-r--r--cmd/ztest/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ztest/Makefile.in b/cmd/ztest/Makefile.in
index 26ae11d90..169b22713 100644
--- a/cmd/ztest/Makefile.in
+++ b/cmd/ztest/Makefile.in
@@ -41,6 +41,7 @@ sbin_PROGRAMS = ztest$(EXEEXT)
subdir = cmd/ztest
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = \
+ $(top_srcdir)/config/always-no-unused-but-set-variable.m4 \
$(top_srcdir)/config/kernel-bdev-block-device-operations.m4 \
$(top_srcdir)/config/kernel-bdev-logical-size.m4 \
$(top_srcdir)/config/kernel-bio-empty-barrier.m4 \
@@ -73,7 +74,6 @@ am__aclocal_m4_deps = \
$(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libblkid.m4 \
$(top_srcdir)/config/user-libuuid.m4 \
- $(top_srcdir)/config/user-no-unused-but-set-variable.m4 \
$(top_srcdir)/config/user-nptl_guard_within_stack.m4 \
$(top_srcdir)/config/user-selinux.m4 \
$(top_srcdir)/config/user-zlib.m4 $(top_srcdir)/config/user.m4 \