diff options
author | Christopher Faylor <me@cgf.cx> | 2002-05-27 02:06:16 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-05-27 02:06:16 +0000 |
commit | 149965f73c70db3d82f4ca132e422ef4ea73b9e7 (patch) | |
tree | a4bb92a7f96e152a3997f6154b18d40ab5408f92 | |
parent | d73f9745f1fb89f14ce407aaafc3598036a65170 (diff) | |
download | newlib-149965f73c70db3d82f4ca132e422ef4ea73b9e7.zip newlib-149965f73c70db3d82f4ca132e422ef4ea73b9e7.tar.gz newlib-149965f73c70db3d82f4ca132e422ef4ea73b9e7.tar.bz2 |
update comment
-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 42e9bc3..6b59ed8 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -117,7 +117,7 @@ MALLOC_OFILES=@MALLOC_OFILES@ DLL_IMPORTS:=$(w32api_lib)/libkernel32.a -# Please maintain this list in sorted order, with maximum files per line +# Please maintain this list in sorted order, with maximum files per 80 col line DLL_OFILES:=assert.o autoload.o cygheap.o cygserver_client.o cygserver_transport.o \ cygserver_transport_pipes.o cygserver_transport_sockets.o dcrt0.o debug.o \ delqueue.o dir.o dlfcn.o dll_init.o dtable.o environ.o errno.o exceptions.o \ |