Mercurial > emacs
changeset 28519:2fa4374d4f09
(INSTALLABLES): Add ebrowse.
(ebrowse): New target.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 09 Apr 2000 10:53:05 +0000 |
parents | 5da961b04d97 |
children | afc8a292184c |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Sun Apr 09 10:47:46 2000 +0000 +++ b/lib-src/Makefile.in Sun Apr 09 10:53:05 2000 +0000 @@ -92,7 +92,7 @@ # Things that a user might actually run, # which should be installed in bindir. -INSTALLABLES = etags ctags emacsclient b2m +INSTALLABLES = etags ctags emacsclient b2m ebrowse INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog # Things that Emacs runs internally, or during the build process, @@ -362,6 +362,9 @@ etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags +ebrowse: ${srcdir}/ebrowse.c $(GETOPTDEPS) ../src/config.h + $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/ebrowse.c $(GETOPTOBJS) $(LOADLIBES) -o ebrowse + /* We depend on etags to assure that parallel makes don't write two etags.o files on top of each other. */ ctags: etags