diff options
author | Christopher Faylor <me@cgf.cx> | 2007-08-02 14:33:32 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2007-08-02 14:33:32 +0000 |
commit | 20173edc9890c21338b2552f4c56d580b6e35a11 (patch) | |
tree | ba89112be1b35007e7f2e85bb42a435344b8d131 | |
parent | ba5f4d5087b34e9b6e2db5b5d189e6109e012c01 (diff) | |
download | newlib-20173edc9890c21338b2552f4c56d580b6e35a11.zip newlib-20173edc9890c21338b2552f4c56d580b6e35a11.tar.gz newlib-20173edc9890c21338b2552f4c56d580b6e35a11.tar.bz2 |
Add missing checkin.
-rw-r--r-- | winsup/cygwin/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 5251ff9..7d0d78d 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -141,10 +141,10 @@ DLL_OFILES:=assert.o autoload.o bsdlib.o ctype.o cxx.o cygheap.o cygthread.o \ regcomp.o regerror.o regexec.o regfree.o registry.o resource.o rexec.o \ rcmd.o scandir.o sched.o sec_acl.o sec_auth.o sec_helper.o security.o \ select.o sem.o shared.o shm.o sigfe.o signal.o sigproc.o smallprint.o \ - spawn.o strace.o strptime.o strsep.o strsig.o sync.o syscalls.o \ - sysconf.o syslog.o termios.o thread.o timelocal.o timer.o times.o \ - tty.o uinfo.o uname.o v8_regexp.o v8_regerror.o v8_regsub.o wait.o \ - wincap.o window.o winf.o xsique.o \ + spawn.o strace.o strfuncs.o strptime.o strsep.o strsig.o sync.o \ + syscalls.o sysconf.o syslog.o termios.o thread.o timelocal.o timer.o \ + times.o tty.o uinfo.o uname.o v8_regexp.o v8_regerror.o v8_regsub.o \ + wait.o wincap.o window.o winf.o xsique.o \ $(EXTRA_DLL_OFILES) $(EXTRA_OFILES) $(MALLOC_OFILES) $(MT_SAFE_OBJECTS) GMON_OFILES:=gmon.o mcount.o profil.o |