]> git.eshelyaron.com Git - emacs.git/commitdiff
(install-arch-indep): Correct the target name.
authorKenichi Handa <handa@m17n.org>
Mon, 7 Jul 1997 05:35:53 +0000 (05:35 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 7 Jul 1997 05:35:53 +0000 (05:35 +0000)
The first letter `i' was dropped by the previous change of mine.

Makefile.in

index a1f3fc94fc9e63fde06faea73d648d7838f942a7..7a10a9da15c0f153e05411c7e41288e62fd228ec 100644 (file)
@@ -298,7 +298,7 @@ install-arch-dep: mkdir
 
 ## Note that we copy DOC* and then delete DOC
 ## as a workaround for a bug in tar on Ultrix 4.2.
-nstall-arch-indep: mkdir
+install-arch-indep: mkdir
        -set ${COPYDESTS} ; \
        for dir in ${COPYDIR} ; do \
          if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \