You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2009/07/13 05:00:59 UTC

svn commit: r793449 - /httpd/httpd/trunk/modules/lua/NWGNUmakefile

Author: fuankg
Date: Mon Jul 13 03:00:59 2009
New Revision: 793449

URL: http://svn.apache.org/viewvc?rev=793449&view=rev
Log:
and another NetWare build fix for mod_lua.

Modified:
    httpd/httpd/trunk/modules/lua/NWGNUmakefile

Modified: httpd/httpd/trunk/modules/lua/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/NWGNUmakefile?rev=793449&r1=793448&r2=793449&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/lua/NWGNUmakefile (original)
+++ httpd/httpd/trunk/modules/lua/NWGNUmakefile Mon Jul 13 03:00:59 2009
@@ -236,7 +236,7 @@
 # These are the OBJ files needed to create the LIB target above.
 # Paths must all use the '/' character
 #
-UNWANTED = $(LUASRC)/src/lua.c
+UNWANTED = $(LUASRC)/src/lua.c $(LUASRC)/src/luac.c
 
 FILES_lib_objs = \
 	$(patsubst $(LUASRC)/src/%.c,$(OBJDIR)/%.o, $(filter-out $(UNWANTED), $(wildcard $(LUASRC)/src/*.c))) \