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

Diff for /src/include/Makefile between version 1.107 and 1.108

version 1.107, 2002/06/05 23:59:53 version 1.108, 2002/06/07 03:00:01
Line 20 
Line 20 
         strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.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} != "powerpc") && (${MACHINE_ARCH} != "sparc64")  .if (${MACHINE_ARCH} != "powerpc")
 FILES+= link.h  FILES+= link.h link_aout.h link_elf.h
 .endif  .endif
   
 .if (${MACHINE_ARCH} != "vax")  .if (${MACHINE_ARCH} != "vax")
Line 31 
Line 31 
 MFILES= float.h frame.h stdarg.h varargs.h  MFILES= float.h frame.h stdarg.h varargs.h
 LFILES= errno.h fcntl.h syslog.h termios.h  LFILES= errno.h fcntl.h syslog.h termios.h
   
 .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc64")  .if (${MACHINE_ARCH} == "powerpc")
 MFILES+= link.h  MFILES+= link.h
 .endif  .endif
   

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108