about summary refs log tree commit diff stats
path: root/src/luasocket/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/luasocket/makefile')
-rw-r--r--src/luasocket/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luasocket/makefile b/src/luasocket/makefile
index f6548d9..0772a2b 100644
--- a/src/luasocket/makefile
+++ b/src/luasocket/makefile
@@ -174,7 +174,7 @@ SO_linux=so
 O_linux=o
 CC_linux=gcc
 DEF_linux=-DLUASOCKET_$(DEBUG)
-CFLAGS_linux= -g -O2 -Wall -Wpedantic -Wshadow -Wextra $(LUAINC:%=-I%) $(DEF)
+CFLAGS_linux= -g -O2 -Wall -Wpedantic -Wshadow -Wextra $(DEF)
 LDFLAGS_linux= -o
 LD_linux=ld
 SOCKET_linux=usocket.o