summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2015-09-08 12:22:38 +0000
committerRoy Marples <roy@marples.name>2015-09-08 12:22:38 +0000
commit1a44c4668c3cb485c22a3aa4ef24ad319a6d7477 (patch)
tree1bc2fc75116a0ea08e2a12dd9da3521e5fd42303 /Makefile
parent8da0096ab3a77a8e8b5608ec1100ed4ed0a5db0c (diff)
downloaddhcpcd-1a44c4668c3cb485c22a3aa4ef24ad319a6d7477.tar.xz
Revert this part of prior patch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cee2e382..e4a25668 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ TOP?= .
include ${TOP}/iconfig.mk
CSTD?= c99
-CFLAGS+= -std=${CSTD} --analyze
+CFLAGS+= -std=${CSTD}
SRCS+= ${DHCPCD_SRCS}