summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-19 23:12:49 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-19 23:12:49 +0000
commita18a6f44f7349d566f2661ed87ab5207f01c4ed6 (patch)
treeaa3b5d779d9f37b2ea8747c0de4663fea87b322f /Makefile.in
parentead32047cd556ed13a9e460bccc38c3fbf617958 (diff)
downloademacs-a18a6f44f7349d566f2661ed87ab5207f01c4ed6.tar.gz
(install-arch-indep): Don't install dired-x*.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c5c0024dbd6..5f0de13c5d6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -310,7 +310,7 @@ install-arch-indep: mkdir
if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
fi ; \
- for f in cl* emacs* dired-x* forms* gnus* info* sc* vip* ; do \
+ for f in cl* emacs* forms* gnus* info* sc* vip* ; do \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
done); \
else true; fi