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

Diff for /src/include/Makefile between version 1.101 and 1.102

version 1.101, 2002/02/18 22:16:37 version 1.102, 2002/04/08 04:53:57
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} != "powerpc")  .if (${MACHINE_ARCH} != "powerpc") && (${MACHINE_ARCH} != "sparc64")
 FILES+= dlfcn.h link.h  FILES+= dlfcn.h link.h
 .endif  .endif
   
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")  .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc64")
 MFILES+= link.h dlfcn.h  MFILES+= link.h dlfcn.h
 .endif  .endif
   

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102