From 726012b4314f25afd41ea7b1636a18c98b9f1bef Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 17 Jul 2009 15:52:09 +0000 Subject: [PATCH] NetWare inc file cosmetic fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@795121 13f79535-47bb-0310-9956-ffa450edef68 --- build/NWGNUenvironment.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 097bff1fc90..c549eb664e4 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -67,8 +67,8 @@ endif # # Set the Release type that you want to build, possible values are: # -# debug - full debug switches are set -# noopt - normal switches are set (default) +# debug - full debug switches are set +# noopt - normal switches are set (default) # optimized - optimization switches are set ifdef reltype @@ -132,7 +132,7 @@ endif NOVI = $(NOVELLLIBC)\imports -INCDIRS = $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)\include\winsock; +INCDIRS = $(NOVELLLIBC)\include;$(NOVELLLIBC)\include\nks;$(NOVELLLIBC)\include\winsock; ifneq "$(LDAPSDK)" "" INCDIRS := $(INCDIRS);$(LDAPSDK)/inc endif -- 2.47.3