diff options
Diffstat (limited to 'cmd/ztest/Makefile.in')
-rw-r--r-- | cmd/ztest/Makefile.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cmd/ztest/Makefile.in b/cmd/ztest/Makefile.in index 2425663e8..6af013406 100644 --- a/cmd/ztest/Makefile.in +++ b/cmd/ztest/Makefile.in @@ -230,12 +230,11 @@ DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib/libspl/include \ # # Expected defines not covered by zfs_config.h or spl_config.h -AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-switch -Wno-unused \ - -Wno-missing-braces -Wno-unknown-pragmas -Wno-parentheses \ - -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE \ - -D__EXTENSIONS__ -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS \ - -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ - -DTEXT_DOMAIN=\"zfs-linux-user\" +AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wno-parentheses \ + -Wno-switch -Wno-unused -Wno-missing-braces -Wno-uninitialized \ + -fno-strict-aliasing -D_GNU_SOURCE -D__EXTENSIONS__ \ + -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ + -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" ztest_SOURCES = \ ${top_srcdir}/cmd/ztest/ztest.c |