#define CPP "/lib/cpp" /* classic Unix systems */
change it to
#define CPP "/usr/bin/cpp" /* classic Unix systems */
This is supposed to work via -DCPP=/usr/bin/cpp, but somehow it doesn't.
Gadgets, Softwaretechnik, Wissenschaft, Netzpolitik, Filme, Musik und sonstiges leeres Gerede
#define CPP "/lib/cpp" /* classic Unix systems */
#define CPP "/usr/bin/cpp" /* classic Unix systems */