]> granicus.if.org Git - apache/commitdiff
skip another lua source file with NetWare build.
authorGuenter Knauf <fuankg@apache.org>
Mon, 13 Jul 2009 14:31:07 +0000 (14:31 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 13 Jul 2009 14:31:07 +0000 (14:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@793593 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/NWGNUmakefile

index 7ebb1346978a232bdcd3da6611a28ea4b19f95a0..58385dff97b16166f9c48158459f06083e65e60a 100644 (file)
@@ -236,7 +236,7 @@ FILES_nlm_exports = \
 # These are the OBJ files needed to create the LIB target above.\r
 # Paths must all use the '/' character\r
 #\r
-UNWANTED = $(LUASRC)/src/lua.c $(LUASRC)/src/luac.c\r
+UNWANTED = $(LUASRC)/src/lua.c $(LUASRC)/src/luac.c $(LUASRC)/src/print.c\r
 \r
 FILES_lib_objs = \\r
        $(patsubst $(LUASRC)/src/%.c,$(OBJDIR)/%.o, $(filter-out $(UNWANTED), $(wildcard $(LUASRC)/src/*.c))) \\r