summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/am/luasocket.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/am/luasocket.am')
-rw-r--r--Build/source/texk/web2c/luatexdir/am/luasocket.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/am/luasocket.am b/Build/source/texk/web2c/luatexdir/am/luasocket.am
index 8da1a893a94..91f3e4e4e01 100644
--- a/Build/source/texk/web2c/luatexdir/am/luasocket.am
+++ b/Build/source/texk/web2c/luatexdir/am/luasocket.am
@@ -7,9 +7,9 @@
##
EXTRA_LIBRARIES += libluasocket.a
-libluasocket_a_DEPENDENCIES = $(ZLIB_DEPEND) $(LUA_DEPEND)
+libluasocket_a_DEPENDENCIES = $(ZLIB_DEPEND)
-$(libluasocket_a_OBJECTS): $(LUA_LIBS)
+$(libluasocket_a_OBJECTS): $(LUA_DEPEND)
libluasocket_a_CPPFLAGS = \
-DLUASOCKET_DEBUG -I$(top_srcdir)/luatexdir/luasocket $(LUA_INCLUDES)