I am building on AIX 4 with libtool enabled, but it seems like make keeps
regenerating the same files over and over again.
For instance if I cd into gdal/port, and type make the build runs fine.
But only the .lo and .libs/*.lo files are created. There is no .o file.
If I type make again, all the same files are re-compiled.
Should our dependency rules depend on .lo files instead of .o files when
libtool is being used? I see on Linux .o files are created as well,
presumably because there is a difference between pic and non-pic code
that does not exist on AIX.
Any thoughts?
I don't know if I can easily provide access to the machine in question