(install-arch-indep): Correct the target name.

The first letter `i' was dropped by the previous change of mine.
This commit is contained in:
Kenichi Handa 1997-07-07 05:35:53 +00:00
parent d2b352346d
commit d7d265f471

View 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 \