File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2167,6 +2167,7 @@ libainstall: @DEF_MAKE_RULE@ python-config
21672167 $(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(DESTDIR)$(LIBPL)/config.c.in
21682168 $(INSTALL_DATA) Makefile $(DESTDIR)$(LIBPL)/Makefile
21692169 $(INSTALL_DATA) $(srcdir)/Modules/Setup $(DESTDIR)$(LIBPL)/Setup
2170+ $(INSTALL_DATA) Modules/Setup.stdlib $(DESTDIR)$(LIBPL)/Setup.stdlib
21702171 $(INSTALL_DATA) Modules/Setup.local $(DESTDIR)$(LIBPL)/Setup.local
21712172 $(INSTALL_DATA) Misc/python.pc $(DESTDIR)$(LIBPC)/python-$(VERSION).pc
21722173 $(INSTALL_DATA) Misc/python-embed.pc $(DESTDIR)$(LIBPC)/python-$(VERSION)-embed.pc
@@ -2395,7 +2396,7 @@ distclean: clobber
23952396 if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
23962397 done
23972398 -rm -f core Makefile Makefile.pre config.status Modules/Setup.local \
2398- Modules/ld_so_aix Modules/python.exp Misc/python.pc \
2399+ Modules/Setup.stdlib Modules/ ld_so_aix Modules/python.exp Misc/python.pc \
23992400 Misc/python-embed.pc Misc/python-config.sh
24002401 -rm -f python*-gdb.py
24012402 -rm -f Python/frozen_modules/*.h
Original file line number Diff line number Diff line change 1313# by a comment "#" and the module is skipped.
1414# * Module lines without any compiler and linker flags automatically use
1515# $(MODULE_{NAME}_CFLAGS) and $(MODULE_{NAME}_LDFLAGS). These flags are
16- # generated by PY_STDLIB_MOD macro.
16+ # generated by PY_STDLIB_MOD macro.
1717# * All source files automatically depend on $(PYTHON_HEADERS) and
1818# $(MODULE_{NAME}_DEPS).
1919#
You can’t perform that action at this time.
0 commit comments