From ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 25 Sep 2002 20:03:21 +0000 Subject: [PATCH] Remove references to emacsserver. --- lib-src/Makefile.in | 5 +---- lib-src/makefile.nt | 7 ------- lib-src/makefile.w32-in | 7 ------- 3 files changed, 1 insertion(+), 18 deletions(-) diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 582dd8d7d96..f249739d6a9 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -107,7 +107,7 @@ INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog # 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 @@ fakemail: ${srcdir}/fakemail.c ../src/config.h 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 --git a/lib-src/makefile.nt b/lib-src/makefile.nt index e2a391d1e75..eef221ab0c3 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -308,13 +308,6 @@ $(BLD)\emacsclient.obj : \ $(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 --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 6b490917fa7..293cf24a420 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -316,13 +316,6 @@ $(BLD)/emacsclient.$(O) : \ $(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 -- 2.39.2