aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGlenn Morris2010-05-11 20:06:50 -0700
committerGlenn Morris2010-05-11 20:06:50 -0700
commit44b031a6b00d435deab1ba36cf4a80183c0fe5aa (patch)
treecebb8a0f3a204ed44f79f8c39db1017e52cdaff9 /lib-src
parent1a0d7c068814999743320e623bff7d0e75f94851 (diff)
downloademacs-44b031a6b00d435deab1ba36cf4a80183c0fe5aa.tar.gz
emacs-44b031a6b00d435deab1ba36cf4a80183c0fe5aa.zip
Remove unused output variable LIB_SRC_EXTRA_INSTALLABLES.
* configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused. * lib-src/Makefile.in (INSTALLABLES): Remove @LIB_SRC_EXTRA_INSTALLABLES@. * msdos/sed3v2.inp (INSTALLABLES): No more @LIB_SRC_EXTRA_INSTALLABLES@.
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,