Diff for /dietlibc/Makefile between versions 1.48 and 1.49

version 1.48, 2001/05/23 14:57:32 version 1.49, 2001/05/31 17:03:40
Line 142  cross: Line 142  cross:
   
   
 # these depend on dietfeatures.h for large file backward compatibility  # these depend on dietfeatures.h for large file backward compatibility
 $(OBJDIR)/__fstat64.o $(OBJDIR)/__lstat64.o $(OBJDIR)/__stat64.o: dietfeatures.h  $(OBJDIR)/__fstat64.o $(OBJDIR)/__lstat64.o $(OBJDIR)/__stat64.o $(OBJDIR)/lseek64.o: dietfeatures.h
   
 # these depend on dietfeatures.h for thread support  # these depend on dietfeatures.h for thread support
 $(OBJDIR)/alloc.o $(OBJDIR)/perror.o $(OBJDIR)/logging.o $(OBJDIR)/unified.o $(OBJDIR)/clone.o $(OBJDIR)/set_errno.o: dietfeatures.h  $(OBJDIR)/alloc.o $(OBJDIR)/perror.o $(OBJDIR)/logging.o $(OBJDIR)/unified.o $(OBJDIR)/clone.o $(OBJDIR)/set_errno.o: dietfeatures.h
Line 173  $(LIBSTDIOOBJ): dietfeatures.h Line 173  $(LIBSTDIOOBJ): dietfeatures.h
   
 # these depend on dietfeatures.h for WANT_FULL_RESOLV_CONF  # these depend on dietfeatures.h for WANT_FULL_RESOLV_CONF
 $(OBJDIR)/dnscruft.o $(OBJDIR)/dnscruft2.o: dietfeatures.h  $(OBJDIR)/dnscruft.o $(OBJDIR)/dnscruft2.o: dietfeatures.h
   
   # these depend on dietfeatures.h for WANT_THREAD_SAFE and errno
   $(LIBRPCOBJ) $(OBJDIR)/logging.o $(OBJDIR)/alloc.o $(OBJDIR)/cfsetospeed.o $(OBJDIR)/cfsetispeed.o \
   $(OBJDIR)/execl.o $(OBJDIR)/execlp.o $(OBJDIR)/execv.o $(OBJDIR)/execvp.o $(OBJDIR)/isatty.o \
   $(OBJDIR)/lockf.o $(OBJDIR)/perror.o $(OBJDIR)/remove.o $(OBJDIR)/set_errno.o $(OBJDIR)/sigemptyset.o \
   $(OBJDIR)/tcsetattr.o $(OBJDIR)/dnscruft2.o $(OBJDIR)/dnscruft.o $(OBJDIR)/entlib.o \
   $(OBJDIR)/gethostbyaddr.o $(OBJDIR)/gethostbyaddr_r.o $(OBJDIR)/gethostbyname.o \
   $(OBJDIR)/gethostbyname_r.o $(OBJDIR)/gethostbyname2.o $(OBJDIR)/gethostbyname2_r.o \
   $(OBJDIR)/inet_pton.o $(OBJDIR)/mkstemp.o $(OBJDIR)/mktemp.o $(OBJDIR)/tempnam.o \
   $(OBJDIR)/glob.o $(OBJDIR)/realpath.o $(OBJDIR)/fdglue.o $(OBJDIR)/fdglue2.o \
   $(OBJDIR)/getaddrinfo.o $(OBJDIR)/getnameinfo.o $(OBJDIR)/getprotoent.o \
   $(OBJDIR)/getservent.o $(OBJDIR)/iconv.o $(OBJDIR)/iconv_open.o \
   $(OBJDIR)/netent.o $(OBJDIR)/system.o: dietfeatures.h
   

Removed from v.1.48  
changed lines
  Added in v.1.49


LinuxTV legacy CVS <linuxtv.org/cvs>