From: Jim Meyering Date: Mon, 22 Dec 2008 17:21:59 +0000 (+0100) Subject: build: do enable $(WERROR_CFLAGS) for src/ files. X-Git-Tag: v7.1~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=680afe675159bab05b45ddebfc79eac5f7cd5bc5;p=thirdparty%2Fcoreutils.git build: do enable $(WERROR_CFLAGS) for src/ files. 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. --- diff --git a/src/Makefile.am b/src/Makefile.am index 68c5f75f65..819b87461a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) \