[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / stdlib

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/stdlib/Makefile.inc between version 1.53 and 1.54

version 1.53, 2002/11/29 12:58:17 version 1.54, 2003/04/07 16:22:43
Line 5 
Line 5 
 .PATH: ${ARCHDIR}/stdlib ${.CURDIR}/stdlib  .PATH: ${ARCHDIR}/stdlib ${.CURDIR}/stdlib
   
 SRCS+=  _rand48.c _strtoimax.c _strtoumax.c _strtoll.c _strtoull.c \  SRCS+=  _rand48.c _strtoimax.c _strtoumax.c _strtoll.c _strtoull.c \
           __unsetenv13.c \
         a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \          a64l.c abort.c atexit.c atof.c atoi.c atol.c atoll.c \
         bsearch.c calloc.c drand48.c erand48.c exit.c \          bsearch.c calloc.c drand48.c erand48.c exit.c \
         getenv.c getopt.c getopt_long.c getsubopt.c \          getenv.c getopt.c getopt_long.c getsubopt.c \
Line 14  SRCS+= _rand48.c _strtoimax.c _strtoumax
Line 15  SRCS+= _rand48.c _strtoimax.c _strtoumax
         rand.c rand_r.c random.c seed48.c setenv.c srand48.c \          rand.c rand_r.c random.c seed48.c setenv.c srand48.c \
         strsuftoll.c strtod.c \          strsuftoll.c strtod.c \
         strtoimax.c strtol.c strtoll.c strtoq.c strtoul.c strtoull.c \          strtoimax.c strtol.c strtoll.c strtoq.c strtoul.c strtoull.c \
         strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c          strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c \
           unsetenv.c
   
 # machine-dependent stdlib sources  # machine-dependent stdlib sources
 # m-d Makefile.inc must include sources for:  # m-d Makefile.inc must include sources for:

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

CVSweb <webmaster@jp.NetBSD.org>