# HG changeset patch # User Richard M. Stallman # Date 814467699 0 # Node ID 42aa8d8aa019ecee9f19ed34134177846eada593 # Parent 68cd0fc88a566c7ffe737a155b91a64ae927c306 (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. diff -r 68cd0fc88a56 -r 42aa8d8aa019 Makefile.in --- a/Makefile.in Mon Oct 23 16:59:47 1995 +0000 +++ b/Makefile.in Mon Oct 23 17:01:39 1995 +0000 @@ -293,7 +293,8 @@ ## 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 @@ 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 @@ 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 @@ (cd lib-src; $(MAKE) $(MFLAGS) distclean) (cd man && $(MAKE) $(MFLAGS) distclean) ${top_distclean} - ### `maintainer-clean' ### Delete everything from the current directory that can be