# HG changeset patch # User Stefan Monnier # Date 1032984201 0 # Node ID d7435ace194fa97d853f7e5ac25b772d26077984 # Parent 2d55f7e8ff64a204c2e521f9902ca19d0f9b36a7 Remove references to emacsserver. diff -r 2d55f7e8ff64 -r d7435ace194f lib-src/Makefile.in --- a/lib-src/Makefile.in Wed Sep 25 19:54:13 2002 +0000 +++ b/lib-src/Makefile.in Wed Sep 25 20:03:21 2002 +0000 @@ -107,7 +107,7 @@ # Things that Emacs runs internally, or during the build process, # which should not be installed in bindir. UTILITIES= profile digest-doc sorted-doc movemail cvtmail fakemail \ - yow emacsserver hexl update-game-score + yow hexl update-game-score DONT_INSTALL= test-distrib make-docfile @@ -435,9 +435,6 @@ yow: ${srcdir}/yow.c ../src/epaths.h $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow -emacsserver: ${srcdir}/emacsserver.c ../src/config.h - $(CC) ${ALL_CFLAGS} ${srcdir}/emacsserver.c $(LOADLIBES) -o emacsserver - emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \ -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \ diff -r 2d55f7e8ff64 -r d7435ace194f lib-src/makefile.nt --- a/lib-src/makefile.nt Wed Sep 25 19:54:13 2002 +0000 +++ b/lib-src/makefile.nt Wed Sep 25 20:03:21 2002 +0000 @@ -308,13 +308,6 @@ $(EMACS_ROOT)\src\m\intel386.h \ $(EMACS_ROOT)\lib-src\..\src\config.h -$(BLD)\emacsserver.obj : \ - $(SRC)\emacsserver.c \ - $(EMACS_ROOT)\src\s\ms-w32.h \ - $(EMACS_ROOT)\src\m\intel386.h \ - $(EMACS_ROOT)\lib-src\..\src\config.h \ - $(EMACS_ROOT)\nt\inc\sys\file.h - $(BLD)\emacstool.obj : \ $(SRC)\emacstool.c \ $(EMACS_ROOT)\nt\inc\sys\file.h diff -r 2d55f7e8ff64 -r d7435ace194f lib-src/makefile.w32-in --- a/lib-src/makefile.w32-in Wed Sep 25 19:54:13 2002 +0000 +++ b/lib-src/makefile.w32-in Wed Sep 25 20:03:21 2002 +0000 @@ -316,13 +316,6 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/lib-src/../src/config.h -$(BLD)/emacsserver.$(O) : \ - $(SRC)/emacsserver.c \ - $(EMACS_ROOT)/src/s/ms-w32.h \ - $(EMACS_ROOT)/src/m/intel386.h \ - $(EMACS_ROOT)/lib-src/../src/config.h \ - $(EMACS_ROOT)/nt/inc/sys/file.h - $(BLD)/emacstool.$(O) : \ $(SRC)/emacstool.c \ $(EMACS_ROOT)/nt/inc/sys/file.h