From d7d265f47125420cdbd62c083e1dc69e290a111d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 7 Jul 1997 05:35:53 +0000 Subject: [PATCH] (install-arch-indep): Correct the target name. The first letter `i' was dropped by the previous change of mine. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index a1f3fc94fc9..7a10a9da15c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ -- 2.39.2