From feaf8f959063bba5db3711c5c983c43eb3b18000 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 19 Jun 2012 11:54:10 +0200 Subject: [PATCH] Fixed NetWare makefile broken from last commit. --- src/Makefile.netware | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.netware b/src/Makefile.netware index 95783c027..93bbe8b0c 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -314,6 +314,7 @@ ifdef WITH_LIBXML2 MODULES += libxml2 endif endif +endif ifeq ($(LIBARCH),LIBC) INCLUDES += -I$(NDK_LIBC)/include