(install-arch-indep): Correct the target name.
The first letter `i' was dropped by the previous change of mine.
This commit is contained in:
parent
d2b352346d
commit
d7d265f471
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue