summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2019-05-10 12:37:07 +0200
committerGitHub <noreply@github.com>2019-05-10 12:37:07 +0200
commit1e9b8d853d77c223418c5bd0f4cc48ef1e767bf5 (patch)
treeb8150c97545d16664ac9a60a0fb5d156882a2aac
parent2903c56bdaa49df9f6fee9939b16077145138d49 (diff)
parent340a723b87eff9df140bfb1de239ea65e318fee1 (diff)
downloadredis-1e9b8d853d77c223418c5bd0f4cc48ef1e767bf5.tar.gz
Merge pull request #6080 from soloestoy/fix-makefile
Makefile: 1TD -> STD
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 1c80e547f..f35685eff 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -20,7 +20,7 @@ DEPENDENCY_TARGETS=hiredis linenoise lua
NODEPS:=clean distclean
# Default settings
-1TD=-std=c11 -pedantic -DREDIS_STATIC=''
+STD=-std=c11 -pedantic -DREDIS_STATIC=''
ifneq (,$(findstring clang,$(CC)))
ifneq (,$(findstring FreeBSD,$(uname_S)))
STD+=-Wno-c11-extensions