X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=Makefile.in.in;h=e4bbc74c2e108e21c389c93f921d51798ad69444;hp=a974bfd8518b0dd79e2bed0c35835d596f732fbd;hb=444774f2a4344be1585198435abff6c14224bb22;hpb=6e8f204c9e1f490b2752de46c111744d1deb3ee0 diff --git a/Makefile.in.in b/Makefile.in.in index a974bfd..e4bbc74 100644 --- a/Makefile.in.in +++ b/Makefile.in.in @@ -538,10 +538,10 @@ install-arch-indep: mkdir info (while (and (< i len)\ (eq (aref path i) (aref data-dir i)))\ (setq i (1+ i)))\ - (setq data-dir (substring data-dir i)\ - chise-dir (substring path i))\ - (setq i 0\ - len (length chise-dir))\ + (setq data-dir (substring data-dir i))\ + (setq chise-dir (substring path i))\ + (setq i 0)\ + (setq len (length chise-dir))\ (while (< i len)\ (if (eq (aref chise-dir i) ?/)\ (setq pre (concat pre \"../\")))\