diff options
author | Jim Meyering <meyering@redhat.com> | 2008-11-30 22:41:50 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-12-21 17:49:58 +0100 |
commit | c352bb469de0e7275f1266c0963d5429d245d711 (patch) | |
tree | 59def0664c9985b16cb41ca929dd841a730fac41 /src | |
parent | 22a2a43021e8e82226d4b33189e77673b7326c95 (diff) | |
download | coreutils-c352bb469de0e7275f1266c0963d5429d245d711.tar.xz |
build: turn on $(WERROR_CFLAGS) for src/
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
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) \ |