[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/Makefile between version 1.124 and 1.125

version 1.124, 2004/03/01 02:59:56 version 1.125, 2004/03/08 23:31:51
Line 50 
Line 50 
 PRDIRS=  PRDIRS=
   
 # Directories with an includes target that use Makefile.bsd-wrapper  # Directories with an includes target that use Makefile.bsd-wrapper
 WDIRS=  ../usr.sbin/httpd ../gnu/usr.bin/binutils  WDIRS=  ../usr.sbin/httpd
   .if ${MACHINE_ARCH} != "arm"
   WDIRS+= ../gnu/usr.bin/binutils
   .endif
   
 # Places using Makefile.bsd-wrapper that needs a prerequisite target met  # Places using Makefile.bsd-wrapper that needs a prerequisite target met
 # before includes  # before includes
 PWDIRS= ../usr.sbin/httpd ../gnu/usr.bin/binutils  PWDIRS= ../usr.sbin/httpd
   .if ${MACHINE_ARCH} != "arm"
   PWDIRS+=        ../gnu/usr.bin/binutils
   .endif
   
 .if ${USE_GCC3:L} == "yes"  .if ${USE_GCC3:L} == "yes"
 WDIRS+= ../gnu/lib/libstdc++ ../gnu/usr.bin/gcc ../gnu/lib/libobjc \  WDIRS+= ../gnu/lib/libstdc++ ../gnu/usr.bin/gcc ../gnu/lib/libobjc \

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125