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

Diff for /src/include/Makefile between version 1.92 and 1.93

version 1.92, 2001/05/31 14:03:04 version 1.93, 2001/06/13 08:50:05
Line 20 
Line 20 
         string.h strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \          string.h strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \
         unistd.h utime.h utmp.h vis.h          unistd.h utime.h utmp.h vis.h
   
 .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \  .if (${MACHINE_ARCH} != "mips") && (${MACHINE_ARCH} != "powerpc")
         (${MACHINE_ARCH} != "powerpc")  
 FILES+= dlfcn.h link.h  FILES+= dlfcn.h link.h
 .endif  .endif
   
Line 34 
Line 33 
   
 .if (${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "powerpc")  .if (${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "powerpc")
 MFILES+= link.h dlfcn.h  MFILES+= link.h dlfcn.h
 .endif  
 .if (${MACHINE_ARCH} == "alpha")  
 FILES+=link.h dlfcn.h  
 .endif  .endif
   
 DIRS=   arpa protocols rpc rpcsvc  DIRS=   arpa protocols rpc rpcsvc

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93