]> git.pond.sub.org Git - empserver/blobdiff - src/client/Makefile
(main): Portability bug: code passed bit_fdmask to select(). This
[empserver] / src / client / Makefile
index c2bd438b8cf24c875d6d1bb63d7034eefb84c0b3..6fa91035d285130d7531e92b2884b28ba60f0d1c 100644 (file)
@@ -32,13 +32,13 @@ include ../../build.conf
 include ../make.src
 include ../make.defs
 
-CFILES = bit.c dtable.c expect.c globals.c handle.c host.c \
+CFILES = expect.c globals.c handle.c host.c \
        ioqueue.c ipglob.c login.c main.c queue.c saveargv.c \
        servcmd.c serverio.c tags.c termio.c termlib.c
-OFILES = bit.o dtable.o expect.o globals.o handle.o host.o \
+OFILES = expect.o globals.o handle.o host.o \
        ioqueue.o ipglob.o login.o main.o queue.o saveargv.o \
        servcmd.o serverio.o tags.o termio.o termlib.o
-OBJFILES = bit.obj dtable.obj expect.obj globals.obj handle.obj host.obj \
+OBJFILES = expect.obj globals.obj handle.obj host.obj \
        ioqueue.obj ipglob.obj login.obj main.obj queue.obj saveargv.obj \
        servcmd.obj serverio.obj tags.obj termio.obj termlib.obj