Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 4374:4939bde48d12
Fix incorrect comment convention.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 01 Jan 2008 22:09:51 -0800 |
parents | 146742e30f05 |
children | eb82fbb675ea fd8a9a4d81d9 |
comparison
equal
deleted
inserted
replaced
4373:713ca3d356b4 | 4374:4939bde48d12 |
---|---|
513 then echo "To install the full set of packages with mule in"; \ | 513 then echo "To install the full set of packages with mule in"; \ |
514 echo "${package_path}/mule-packages, type:"; \ | 514 echo "${package_path}/mule-packages, type:"; \ |
515 echo " make install-all-packages"; \ | 515 echo " make install-all-packages"; \ |
516 fi | 516 fi |
517 | 517 |
518 # The test for a non-trivial path simply checks for the conventional Unix | 518 ## The test for a non-trivial path simply checks for the conventional Unix |
519 # path separator ":". This is reasonable because this is basically just | 519 ## path separator ":". This is reasonable because this is basically just |
520 # a convenience feature, anyway. | 520 ## a convenience feature, anyway. |
521 | 521 |
522 mkpkgdir: FRC.mkdir ${MAKEPATH} | 522 mkpkgdir: FRC.mkdir ${MAKEPATH} |
523 @if test -z ${package_path}; \ | 523 @if test -z ${package_path}; \ |
524 then echo "Not configured --with-late-packages; no place to install."; \ | 524 then echo "Not configured --with-late-packages; no place to install."; \ |
525 exit -1; \ | 525 exit -1; \ |