aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 64cc3dde93a..36e2f29e58f 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12010-05-12 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (INSTALLABLES): Remove @LIB_SRC_EXTRA_INSTALLABLES@.
4
12010-05-11 Glenn Morris <rgm@gnu.org> 52010-05-11 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in (.m.o): Remove, there are no .m files. 7 * Makefile.in (.m.o): Remove, there are no .m files.
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index c8f9042f9f8..4799a9fefc4 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -108,7 +108,7 @@ INSTALL_STRIP =
108 108
109# Things that a user might actually run, 109# Things that a user might actually run,
110# which should be installed in bindir. 110# which should be installed in bindir.
111INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} @LIB_SRC_EXTRA_INSTALLABLES@ 111INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT}
112INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog 112INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog
113 113
114# Things that Emacs runs internally, or during the build process, 114# Things that Emacs runs internally, or during the build process,