diff options
| author | Kenichi Handa | 1997-07-07 05:35:53 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-07-07 05:35:53 +0000 |
| commit | d7d265f47125420cdbd62c083e1dc69e290a111d (patch) | |
| tree | 1103ed293232d5a598040fe2e1e4930488242643 | |
| parent | d2b352346d13c8de72cc2a1ee578286f22d5bb5b (diff) | |
| download | emacs-d7d265f47125420cdbd62c083e1dc69e290a111d.tar.gz emacs-d7d265f47125420cdbd62c083e1dc69e290a111d.zip | |
(install-arch-indep): Correct the target name.
The first letter `i' was dropped by the previous change of mine.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 298 | 298 | ||
| 299 | ## Note that we copy DOC* and then delete DOC | 299 | ## Note that we copy DOC* and then delete DOC |
| 300 | ## as a workaround for a bug in tar on Ultrix 4.2. | 300 | ## as a workaround for a bug in tar on Ultrix 4.2. |
| 301 | nstall-arch-indep: mkdir | 301 | install-arch-indep: mkdir |
| 302 | -set ${COPYDESTS} ; \ | 302 | -set ${COPYDESTS} ; \ |
| 303 | for dir in ${COPYDIR} ; do \ | 303 | for dir in ${COPYDIR} ; do \ |
| 304 | if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \ | 304 | if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \ |