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

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

version 1.125, 2004/03/08 23:31:51 version 1.126, 2004/05/17 22:11:32
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  WDIRS=  ../usr.sbin/httpd ../gnu/usr.bin/binutils
 .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  PWDIRS= ../usr.sbin/httpd ../gnu/usr.bin/binutils
 .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.125  
changed lines
  Added in v.1.126