summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-11-30 22:41:50 +0100
committerJim Meyering <meyering@redhat.com>2008-12-21 17:49:58 +0100
commitc352bb469de0e7275f1266c0963d5429d245d711 (patch)
tree59def0664c9985b16cb41ca929dd841a730fac41
parent22a2a43021e8e82226d4b33189e77673b7326c95 (diff)
downloadcoreutils-c352bb469de0e7275f1266c0963d5429d245d711.tar.xz
build: turn on $(WERROR_CFLAGS) for src/
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 68c5f75f6..819b87461 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) \