diff options
author | Kenichi Handa <handa@m17n.org> | 1997-07-07 05:35:53 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-07-07 05:35:53 +0000 |
commit | 096abf783c00fbd3f10a907481bf10c1e10d9a51 (patch) | |
tree | 4baa9df2d110be71a5765da371f001aa33bc6752 /Makefile.in | |
parent | a7dcf0245dfab1f05918d5134b55cebc8eec6731 (diff) | |
download | emacs-096abf783c00fbd3f10a907481bf10c1e10d9a51.tar.gz |
(install-arch-indep): Correct the target name.
The first letter `i' was dropped by the previous change of mine.
Diffstat (limited to 'Makefile.in')
-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 ## 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 \ |