Kevin Puetz PuetzKevinA@JohnDeere.com writes:
Otherwise .c files with #pragma makedep implib will not be built
--
I think that compilation should not need to occur during `make install`; it should just be copying files (and maybe stripping) files into DESTDIR, without any need to modify the build folder.
That's on purpose, building all the importlibs is fairly slow, and not necessary in the vast majority of cases.