]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
NetWare inc file cosmetic fix.
authorGuenter Knauf <fuankg@apache.org>
Fri, 17 Jul 2009 15:52:09 +0000 (15:52 +0000)
committerGuenter Knauf <fuankg@apache.org>
Fri, 17 Jul 2009 15:52:09 +0000 (15:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@795121 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index 097bff1fc907efb94cd217743f7886a866ecb94d..c549eb664e4bcbf8fcc7dc0b3ba16d20c22144cb 100644 (file)
@@ -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