Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 07c67187bf2ce76febd01f69b51d309d54246505
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-09-04T15:45:50Z
Releases: 7.3.1
Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
'make install'; there are enough of 'em that this slowed down the make
noticeably.  Ensure that 'all' is the default make target in all these
directories (defaulting to 'make install' is surprising and dangerous
IMHO).  Fix a couple small typos.

Files