Build failure with 'make --shuffle=reverse'
Status: Beta
Brought to you by:
sea36
'make' now has an option '--shuffle=reverse' which reverses the execution order of its actions. If all the dependencies in the Makefile are specified correctly, this option does not affect the build. However, jni-inchi v0.8 fails to build with 'make --shuffle=reverse', meaning that some of the make dependencies are underspecified. To reproduce this, set environment variable GNUMAKEFLAGS=--shuffle=reverse