diff lib-src/Makefile.in @ 47613:d7435ace194f

Remove references to emacsserver.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Sep 2002 20:03:21 +0000
parents adabdbd04d45
children bd6f8b5a580a
line wrap: on
line diff
--- 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` \