From: Guenter Knauf Date: Mon, 13 Jul 2009 14:31:07 +0000 (+0000) Subject: skip another lua source file with NetWare build. X-Git-Tag: 2.3.3~441 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bd30c378e905c46cfc8d1a55ef93396611050df;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/lua/NWGNUmakefile b/modules/lua/NWGNUmakefile index 7ebb1346978..58385dff97b 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))) \