Diff for /dietlibc/Makefile between versions 1.17 and 1.18

version 1.17, 2001/03/13 00:46:22 version 1.18, 2001/03/13 02:37:49
Line 37  PWD=$(shell pwd) Line 37  PWD=$(shell pwd)
   
 %.o: %.c  %.o: %.c
         $(CROSS)$(CC) -I. -Iinclude $(CFLAGS) -c $<          $(CROSS)$(CC) -I. -Iinclude $(CFLAGS) -c $<
         $(CROSS)strip -x -R .comment -R .note $@  #       $(CROSS)strip -x -R .comment -R .note $@
   
 DIETLIBC_OBJ = $(SYSCALLOBJ) $(LIBOBJ) $(LIBSTDIOOBJ) $(LIBUGLYOBJ) \  DIETLIBC_OBJ = $(SYSCALLOBJ) $(LIBOBJ) $(LIBSTDIOOBJ) $(LIBUGLYOBJ) \
 $(LIBCRUFTOBJ) __longjmp.o setjmp.o unified.o mmap.o clone.o  $(LIBCRUFTOBJ) __longjmp.o setjmp.o unified.o mmap.o clone.o
Line 123  tty.o: dietfeatures.h Line 123  tty.o: dietfeatures.h
 # these depend on dietfeatures.h for ungetc support ;-)  # these depend on dietfeatures.h for ungetc support ;-)
 ungetc.o: dietfeatures.h  ungetc.o: dietfeatures.h
   
   # these depend on dietfeatures.h for WANT_TZFILE_PARSER
   localtime_r.o: dietfeatures.h

Removed from v.1.17  
changed lines
  Added in v.1.18


LinuxTV legacy CVS <linuxtv.org/cvs>