about summary refs log tree commit diff stats
path: root/src/luasocket/makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-24 09:27:07 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-24 09:28:01 -0800
commitb40ad265448018d1a22d67db399568a2dfaf3cd2 (patch)
treecfcd0ff11c8f4c803cafdada16836cad065da5d6 /src/luasocket/makefile
parenta788f80a92d3942d57036e7f9c3816c89111cc0a (diff)
downloadteliva-b40ad265448018d1a22d67db399568a2dfaf3cd2.tar.gz
more Makefile streamlining
Since everything is in my control there's no need to parameterize
include paths.

It's a struggle to get make to run when it should. Lying that something
is phony stops working when it's a dependency. Commands get
unnecessarily run. Just fucking run recursive makes directly in the
target that depends on them.
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