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 2003/11/22 00:46:03 UTC

cvs commit: httpd-2.0 NWGNUmakefile

bnicholes    2003/11/21 15:46:03

  Modified:    .        Tag: APACHE_2_0_BRANCH NWGNUmakefile
  Log:
  Stop trying to copy headers out of directories that don't exist
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.13.2.8  +0 -2      httpd-2.0/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/NWGNUmakefile,v
  retrieving revision 1.13.2.7
  retrieving revision 1.13.2.8
  diff -u -r1.13.2.7 -r1.13.2.8
  --- NWGNUmakefile	23 May 2003 22:46:34 -0000	1.13.2.7
  +++ NWGNUmakefile	21 Nov 2003 23:46:03 -0000	1.13.2.8
  @@ -338,10 +338,8 @@
   installdev :: FORCE
   	-copy $(subst /,\,$(AP_WORK))\include\*.h           $(INSTALL)\Apache2\include\*.*
   	-copy $(subst /,\,$(AP_WORK))\os\netware\*.h        $(INSTALL)\Apache2\include\*.*
  -	-copy $(subst /,\,$(NWOS))\include\*.h              $(INSTALL)\Apache2\include\*.*
   	-copy $(subst /,\,$(NWOS))\*.imp                    $(INSTALL)\Apache2\lib\*.*
   	-copy $(subst /,\,$(APR))\include\*.h               $(INSTALL)\Apache2\include\*.*
  -	-copy $(subst /,\,$(APR))\arch\netware\include\*.h  $(INSTALL)\Apache2\include\*.*
   	-copy $(subst /,\,$(APRUTIL))\include\*.h           $(INSTALL)\Apache2\include\*.*
   	-copy $(subst /,\,$(APR))\*.imp                     $(INSTALL)\Apache2\lib\*.*
   	-copy $(subst /,\,$(NWOS))\*.xdc                    $(INSTALL)\Apache2\lib\*.*