summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-23 17:01:39 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-23 17:01:39 +0000
commit226f92d1c9d85de4168bfa3cf326130ef4e20533 (patch)
treefc3e6ddfde0c078b5af7a5cf56f103c5764426c7 /Makefile.in
parentf179971127a0aa21d57cc05559ad1f1fdb81efe2 (diff)
downloademacs-226f92d1c9d85de4168bfa3cf326130ef4e20533.tar.gz
(distclean): Delete line with just a tab in it.
(install-arch-indep): Delete spaces that precede tabs. Delete spurious `fi' left from previous change. (install): Supply `true' as command, to avoid null command.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 201804d7dba..76bddbfdfed 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -293,7 +293,8 @@ lwlib/Makefile: lwlib/Makefile.in config.status
## source exists and is distinct from the destination.
## We don't depend on `all', but rather on ${SUBDIR}, so that we won't
## ever modify src/paths.h.
-install: ${SUBDIR} install-arch-dep install-arch-indep blessmail;
+install: ${SUBDIR} install-arch-dep install-arch-indep blessmail
+ @true
### Note that we copy the DOC-* files from the build etc directory
### as well as lots of things from ${srcdir}/etc.
@@ -321,8 +322,8 @@ install-arch-indep: mkdir
shift ; \
done
-set ${COPYDESTS} ; \
- mkdir ${COPYDESTS} ; \
- chmod ugo+rx ${COPYDESTS} ; \
+ mkdir ${COPYDESTS} ; \
+ chmod ugo+rx ${COPYDESTS} ; \
for dir in ${COPYDIR} ; do \
dest=$$1 ; shift ; \
[ -d $${dir} ] \
@@ -354,7 +355,6 @@ install-arch-indep: mkdir
else mv -f dir dir.bak; fi; \
cd ${srcdir}/info ; \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \
- fi ; \
for f in cl* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*; do \
(cd $${thisdir}; ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
done); \
@@ -451,7 +451,6 @@ distclean: FRC
(cd lib-src; $(MAKE) $(MFLAGS) distclean)
(cd man && $(MAKE) $(MFLAGS) distclean)
${top_distclean}
-
### `maintainer-clean'
### Delete everything from the current directory that can be