diff -r e1dfecfcfa04 Makefile.pre.in --- a/Makefile.pre.in Mon Nov 07 23:15:10 2016 -0500 +++ b/Makefile.pre.in Tue Nov 08 17:41:36 2016 +0100 @@ -879,6 +879,7 @@ # follow our naming conventions. dtrace(1) uses the output filename to generate # an include guard, so we can't use a pipeline to transform its output. Include/pydtrace_probes.h: $(srcdir)/Include/pydtrace.d + @$(MKDIR_P) Include $(DTRACE) $(DFLAGS) -o $@ -h -s $< : sed in-place edit with POSIX-only tools sed 's/PYTHON_/PyDTrace_/' $@ > $@.tmp