aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorStefan Monnier2002-09-25 20:03:21 +0000
committerStefan Monnier2002-09-25 20:03:21 +0000
commitca5004e7b41a870e8208a6054b9ce3c8d8dc84eb (patch)
treefcf56c975de4a3d2bea1ef3223995ea967031368 /lib-src/Makefile.in
parent0c851d7872561ce1de082b88387c9e362543cf09 (diff)
downloademacs-ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb.tar.gz
emacs-ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb.zip
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
107# Things that Emacs runs internally, or during the build process, 107# Things that Emacs runs internally, or during the build process,
108# which should not be installed in bindir. 108# which should not be installed in bindir.
109UTILITIES= profile digest-doc sorted-doc movemail cvtmail fakemail \ 109UTILITIES= profile digest-doc sorted-doc movemail cvtmail fakemail \
110 yow emacsserver hexl update-game-score 110 yow hexl update-game-score
111 111
112DONT_INSTALL= test-distrib make-docfile 112DONT_INSTALL= test-distrib make-docfile
113 113
@@ -435,9 +435,6 @@ fakemail: ${srcdir}/fakemail.c ../src/config.h
435yow: ${srcdir}/yow.c ../src/epaths.h 435yow: ${srcdir}/yow.c ../src/epaths.h
436 $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow 436 $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow
437 437
438emacsserver: ${srcdir}/emacsserver.c ../src/config.h
439 $(CC) ${ALL_CFLAGS} ${srcdir}/emacsserver.c $(LOADLIBES) -o emacsserver
440
441emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) 438emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
442 $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \ 439 $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \
443 -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \ 440 -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \