diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-10 02:48:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-10 02:48:47 (GMT) |
commit | f5781958af0cc0111eac708da9201214dff2724a (patch) | |
tree | 675e9c7fed8d073e387e86f6554d95f2118b9cb2 /Makefile.pre.in | |
parent | 4ba5c88a3f4cc68f9c117930c6533705eb9c6c50 (diff) | |
download | cpython-f5781958af0cc0111eac708da9201214dff2724a.zip cpython-f5781958af0cc0111eac708da9201214dff2724a.tar.gz cpython-f5781958af0cc0111eac708da9201214dff2724a.tar.bz2 |
add dtrace inline stubs
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d7aea26..0d9f392 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -355,6 +355,7 @@ PYTHON_OBJS= \ Python/compile.o \ Python/codecs.o \ Python/dynamic_annotations.o \ + Python/dtrace_stubs.o \ Python/errors.o \ Python/frozenmain.o \ Python/future.o \ |