# HG changeset patch # User Kim Alvefur # Date 1471615087 -7200 # Node ID 6ae8dae68ec4a6f940270f41aca270b5aef30ac5 # Parent 0231b50ec959cb12e0c6cbe744f5a2ac8c2f4ec8 util-src/Makefile: Remove redundant -Wall (already set by configure) diff -r 0231b50ec959 -r 6ae8dae68ec4 util-src/Makefile --- a/util-src/Makefile Fri Aug 19 15:55:55 2016 +0200 +++ b/util-src/Makefile Fri Aug 19 15:58:07 2016 +0200 @@ -1,7 +1,7 @@ include ../config.unix -CFLAGS+=-ggdb -Wall -pedantic -I$(LUA_INCDIR) +CFLAGS+=-ggdb -pedantic -I$(LUA_INCDIR) INSTALL_DATA=install -m644 TARGET?=../util/