- cflags.dpatch (new): Make pike -x cflags print include_prefix as-is instead of stripping the last component.
Hm, is this because the printed include path was actually wrong, or are you deliberately trying to create incomatibilities? The reason that the final component is stripped is that you use "#include <pike/stuff.h>" in the actual code, so "/pike" should not be included in the -I directive.