We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b568956 commit 8de6a09Copy full SHA for 8de6a09
Makefile.pre.in
@@ -872,7 +872,7 @@ Python/frozen.o: $(srcdir)/Python/importlib.h $(srcdir)/Python/importlib_externa
872
# follow our naming conventions. dtrace(1) uses the output filename to generate
873
# an include guard, so we can't use a pipeline to transform its output.
874
Include/pydtrace_probes.h: $(srcdir)/Include/pydtrace.d
875
- @$(MKDIR_P) Include
+ $(MKDIR_P) Include
876
$(DTRACE) $(DFLAGS) -o $@ -h -s $<
877
: sed in-place edit with POSIX-only tools
878
sed 's/PYTHON_/PyDTrace_/' $@ > $@.tmp
0 commit comments