From 9bd30c378e905c46cfc8d1a55ef93396611050df Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 13 Jul 2009 14:31:07 +0000 Subject: [PATCH] skip another lua source file with NetWare build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793593 13f79535-47bb-0310-9956-ffa450edef68 --- modules/lua/NWGNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lua/NWGNUmakefile b/modules/lua/NWGNUmakefile index 7ebb134697..58385dff97 100644 --- a/modules/lua/NWGNUmakefile +++ b/modules/lua/NWGNUmakefile @@ -236,7 +236,7 @@ FILES_nlm_exports = \ # These are the OBJ files needed to create the LIB target above. # Paths must all use the '/' character # -UNWANTED = $(LUASRC)/src/lua.c $(LUASRC)/src/luac.c +UNWANTED = $(LUASRC)/src/lua.c $(LUASRC)/src/luac.c $(LUASRC)/src/print.c FILES_lib_objs = \ $(patsubst $(LUASRC)/src/%.c,$(OBJDIR)/%.o, $(filter-out $(UNWANTED), $(wildcard $(LUASRC)/src/*.c))) \ -- 2.50.1