]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: turn on $(WERROR_CFLAGS) for src/
authorJim Meyering <meyering@redhat.com>
Sun, 30 Nov 2008 21:41:50 +0000 (22:41 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 21 Dec 2008 16:49:58 +0000 (17:49 +0100)
src/Makefile.am

index 68c5f75f650dbb42f9e1ea3bd139d5959e5b46e4..819b87461a8d399f8519a95be5a6b707c0996503 100644 (file)
@@ -26,7 +26,7 @@ no_install__progs = \
 build_if_possible__progs = \
   chroot df hostid nice pinky stty su uname uptime users who
 
-AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 
 EXTRA_PROGRAMS = \
   $(no_install__progs) \