diff options
| author | Stefan Monnier | 2002-09-25 20:03:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-09-25 20:03:21 +0000 |
| commit | ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb (patch) | |
| tree | fcf56c975de4a3d2bea1ef3223995ea967031368 /lib-src/Makefile.in | |
| parent | 0c851d7872561ce1de082b88387c9e362543cf09 (diff) | |
| download | emacs-ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb.tar.gz emacs-ca5004e7b41a870e8208a6054b9ce3c8d8dc84eb.zip | |
Remove references to emacsserver.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 5 |
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. |
| 109 | UTILITIES= profile digest-doc sorted-doc movemail cvtmail fakemail \ | 109 | UTILITIES= profile digest-doc sorted-doc movemail cvtmail fakemail \ |
| 110 | yow emacsserver hexl update-game-score | 110 | yow hexl update-game-score |
| 111 | 111 | ||
| 112 | DONT_INSTALL= test-distrib make-docfile | 112 | DONT_INSTALL= test-distrib make-docfile |
| 113 | 113 | ||
| @@ -435,9 +435,6 @@ fakemail: ${srcdir}/fakemail.c ../src/config.h | |||
| 435 | yow: ${srcdir}/yow.c ../src/epaths.h | 435 | yow: ${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 | ||
| 438 | emacsserver: ${srcdir}/emacsserver.c ../src/config.h | ||
| 439 | $(CC) ${ALL_CFLAGS} ${srcdir}/emacsserver.c $(LOADLIBES) -o emacsserver | ||
| 440 | |||
| 441 | emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) | 438 | emacsclient: ${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` \ |