summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2022-10-25 22:34:22 (GMT)
committerGitHub <noreply@github.com>2022-10-25 22:34:22 (GMT)
commit1f737edb67e702095feb97118a911afb569f5705 (patch)
tree40f32d35a69226f83d96c3d90eaad3d62f06c4f4 /Makefile.pre.in
parent0c84593275969d9b8f42e75abb2638b69d5b5f4a (diff)
downloadcpython-1f737edb67e702095feb97118a911afb569f5705.zip
cpython-1f737edb67e702095feb97118a911afb569f5705.tar.gz
cpython-1f737edb67e702095feb97118a911afb569f5705.tar.bz2
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 5b4bf15..6ab1422 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -426,6 +426,7 @@ PYTHON_OBJS= \
Python/formatter_unicode.o \
Python/fileutils.o \
Python/suggestions.o \
+ Python/perf_trampoline.o \
Python/$(DYNLOADFILE) \
$(LIBOBJS) \
$(MACHDEP_OBJS) \
@@ -479,7 +480,6 @@ OBJECT_OBJS= \
Objects/unicodectype.o \
Objects/unionobject.o \
Objects/weakrefobject.o \
- Objects/perf_trampoline.o \
@PERF_TRAMPOLINE_OBJ@
DEEPFREEZE_OBJS = Python/deepfreeze/deepfreeze.o
@@ -2370,7 +2370,7 @@ config.status: $(srcdir)/configure
.PRECIOUS: config.status $(BUILDPYTHON) Makefile Makefile.pre
-Objects/asm_trampoline.o: $(srcdir)/Objects/asm_trampoline.S
+Python/asm_trampoline.o: $(srcdir)/Python/asm_trampoline.S
$(CC) -c $(PY_CORE_CFLAGS) -o $@ $<
# Some make's put the object file in the current directory