summaryrefslogtreecommitdiff
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-09-25 20:03:21 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-09-25 20:03:21 +0000
commitca5004e7b41a870e8208a6054b9ce3c8d8dc84eb (patch)
treefcf56c975de4a3d2bea1ef3223995ea967031368 /lib-src/Makefile.in
parent0c851d7872561ce1de082b88387c9e362543cf09 (diff)
downloademacs-ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb.tar.gz
Remove references to emacsserver.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in5
1 files changed, 1 insertions, 4 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` \