From ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 25 Sep 2002 20:03:21 +0000 Subject: Remove references to emacsserver. --- lib-src/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib-src/Makefile.in') 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` \ -- cgit v1.2.1