build: do enable $(WERROR_CFLAGS) for src/ files.
authorJim Meyering <meyering@redhat.com>
Mon, 22 Dec 2008 17:21:59 +0000 (18:21 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 23 Dec 2008 16:22:57 +0000 (17:22 +0100)
This reverts the more recent commit (of two) entitled "build:
add configure-time --enable-gcc-warnings option; avoid warnings".
Pádraig Brady spotted the contradiction between the log message
and actual change.

This reverts commit 292d68565a34b237cd2bf586ace545b7cd3dbfcf.

src/Makefile.am

index 68c5f75..819b874 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) \