diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-14 16:02:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-14 16:02:12 +0000 |
commit | 9b6c5cf734283fd73fe91b92fc722d26ba304d9e (patch) | |
tree | 1a5d015e18ccdf23a4281c9250f1137dc157aeab /lib-src | |
parent | 433b3065047b86eeabebc7e518c98c69be605ef5 (diff) | |
download | emacs-9b6c5cf734283fd73fe91b92fc722d26ba304d9e.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index b3bf673bfa8..3b8bd2a3023 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -21,7 +21,7 @@ INSTALLABLES = etags ctags emacsclient b2m # Things that Emacs runs internally, or during the build process. UTILITIES= test-distrib wakeup make-docfile digest-doc sorted-doc \ - movemail cvtmail fakemail yow env emacsserver hexl timer + movemail cvtmail fakemail yow env emacsserver hexl timer rcs2log vcdiff EXECUTABLES= ${UTILITIES} ${INSTALLABLES} |