# HG changeset patch # User Kenichi Handa # Date 868253753 0 # Node ID 959bf7b006ad3e94d2fc65df296cac23805ace45 # Parent 1dc4d7e374d59408a36c3df78943dd85dabac25e (install-arch-indep): Correct the target name. The first letter `i' was dropped by the previous change of mine. diff -r 1dc4d7e374d5 -r 959bf7b006ad Makefile.in --- a/Makefile.in Mon Jul 07 05:32:01 1997 +0000 +++ b/Makefile.in Mon Jul 07 05:35:53 1997 +0000 @@ -298,7 +298,7 @@ ## 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 \