diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-05-10 18:57:10 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-05-10 18:57:10 +0000 |
commit | 1563f79fa86aa3c5d9eae96e7e662a314c37928c (patch) | |
tree | 3a9c0993746854569e645fd4ed00ff016496dda0 /winsup/cygwin/Makefile.in | |
parent | 12b830981ec7ce2f78c5f70d9227ae3294cba54d (diff) | |
download | cygnal-1563f79fa86aa3c5d9eae96e7e662a314c37928c.tar.gz cygnal-1563f79fa86aa3c5d9eae96e7e662a314c37928c.tar.bz2 cygnal-1563f79fa86aa3c5d9eae96e7e662a314c37928c.zip |
* Makefile.in (DLL_OFILES): Remove _def_time.o.
* libc/_def_time.c: Remove. Move definitions of _DefaultTimeLocale
and _CurrentTimeLocale ...
* libc/strptime.cc: ... here.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 51b0eb38e..8e888d139 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -126,7 +126,7 @@ MT_SAFE_OBJECTS:= # Please maintain this list in sorted order, with maximum files per 86 col line # DLL_OFILES:=assert.o autoload.o bsdlib.o ctype.o cxx.o cygheap.o cygthread.o \ - cygtls.o dcrt0.o debug.o _def_time.o devices.o dir.o dlfcn.o dll_init.o \ + cygtls.o dcrt0.o debug.o devices.o dir.o dlfcn.o dll_init.o \ dtable.o environ.o errno.o exceptions.o exec.o external.o fcntl.o \ fhandler.o fhandler_clipboard.o fhandler_console.o fhandler_disk_file.o \ fhandler_dsp.o fhandler_fifo.o fhandler_floppy.o fhandler_mailslot.o \ |