diff options
| author | Roy Marples <roy@marples.name> | 2015-09-08 12:22:38 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-09-08 12:22:38 +0000 |
| commit | 1a44c4668c3cb485c22a3aa4ef24ad319a6d7477 (patch) | |
| tree | 1bc2fc75116a0ea08e2a12dd9da3521e5fd42303 /Makefile | |
| parent | 8da0096ab3a77a8e8b5608ec1100ed4ed0a5db0c (diff) | |
| download | dhcpcd-1a44c4668c3cb485c22a3aa4ef24ad319a6d7477.tar.xz | |
Revert this part of prior patch.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ TOP?= . include ${TOP}/iconfig.mk CSTD?= c99 -CFLAGS+= -std=${CSTD} --analyze +CFLAGS+= -std=${CSTD} SRCS+= ${DHCPCD_SRCS} |
