summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2013-03-16 18:35:20 +1100
committerJohan Bergström <bugs@bergstroem.nu>2013-03-16 18:35:20 +1100
commitada7aa7ac930a50e0f860c3028554a0c6c775cd2 (patch)
tree731ef275a2fa4cde49cc5243d3a884319d743657 /deps
parentbea60bec750a458d69c6f42c080d9ffa1daeea2b (diff)
downloadredis-ada7aa7ac930a50e0f860c3028554a0c6c775cd2.tar.gz
Spaces to tabs
Diffstat (limited to 'deps')
-rw-r--r--deps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/Makefile b/deps/Makefile
index d58ee5681..5a95545de 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -54,8 +54,8 @@ linenoise: .make-prerequisites
.PHONY: linenoise
ifeq ($(uname_S),SunOS)
- # Make isinf() available
- LUA_CFLAGS= -D__C99FEATURES__=1
+ # Make isinf() available
+ LUA_CFLAGS= -D__C99FEATURES__=1
endif
LUA_CFLAGS+= -O2 -Wall -DLUA_ANSI $(CFLAGS)