* Makefile.in (DLL_O_FILES): Restore formatting.

This commit is contained in:
Christopher Faylor 2002-09-22 16:33:36 +00:00
parent 1c001dd2d6
commit c6392f6a72
2 changed files with 25 additions and 22 deletions

View File

@ -1,3 +1,7 @@
2002-09-22 Christopher Faylor <cgf@redhat.com>
* Makefile.in (DLL_O_FILES): Restore formatting.
2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>
GNUify non-GNU formatted functions calls throughout.

View File

@ -118,8 +118,7 @@ MALLOC_OFILES=@MALLOC_OFILES@
DLL_IMPORTS:=$(w32api_lib)/libuuid.a $(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a
# 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 \
DLL_OFILES:=assert.o autoload.o cygheap.o cygserver_client.o \
cygserver_transport.o cygserver_transport_pipes.o \
cygserver_transport_sockets.o cygthread.o dcrt0.o debug.o \
delqueue.o dir.o dlfcn.o dll_init.o dtable.o environ.o errno.o \