You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2004/02/04 18:43:29 UTC

cvs commit: httpd-2.0/srclib/pcre NWGNUmakefile

bnicholes    2004/02/04 09:43:29

  Modified:    srclib/pcre NWGNUmakefile
  Log:
  Clean up a few minor issues with the NetWare make file
  
  Submitted by: "NormW" <no...@bocnet.com.au>
  
  Revision  Changes    Path
  1.4       +4 -3      httpd-2.0/srclib/pcre/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/srclib/pcre/NWGNUmakefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NWGNUmakefile	18 Jan 2003 00:36:52 -0000	1.3
  +++ NWGNUmakefile	4 Feb 2004 17:43:29 -0000	1.4
  @@ -1,4 +1,5 @@
   #
  +# NWGNUmakefile for DfTables.nlm (Apache2)
   # Declare the sub-directories to be built here
   #
   
  @@ -35,9 +36,8 @@
   # INCDIRS
   #
   XINCDIRS	+= \
  -			$(APR)/pcre \
   			$(AP_WORK)/os/netware \
  -			$(APR)/include/arch/netware \
  +			$(APR_WORK)/include/arch/netware \
   			$(EOLIST)
   
   #
  @@ -156,7 +156,7 @@
    
   #
   # If this is specified it will be linked in with the XDCData option in the def 
  -# file instead of the default of $(APR)/misc/netware/apache.xdc.  XDCData can 
  +# file instead of the default of $(APR)/misc/netware/apr.xdc.  XDCData can 
   # be disabled by setting APACHE_UNIPROC in the environment
   #
   XDCDATA         = 
  @@ -264,3 +264,4 @@
   
   include $(APR_WORK)\build\NWGNUtail.inc
   
  +# End of NWGNUmakefile for DfTables.nlm (Apache2)