Does anyone know the version of make on AIX 5.1 & 5.3?

Could you tell me the version of default make on AIX 5.1 & 5.3

Make is part of one of the standard AIX lpp packages, and doesn't have its own version number.

# which make
/usr/bin/make
# lslpp -w /usr/bin/make
  File                                        Fileset               Type
  ----------------------------------------------------------------------------
  /usr/bin/make                               bos.adt.base          Symlink
# lslpp -Lc | grep bos.adt.base
bos.adt:bos.adt.base:5.3.9.0: : :C:F:Base Application Development Toolkit: : : : : : :0:0:/:0846
# oslevel -s
5300-09-01-0847

This is the best I can give you for AIX 5.3 TL 9 SP1

Thanks very much! :slight_smile: