Skip to content

Commit 4d79577

Browse files
committed
Install and cleanup Modules/Setup.stdlib
1 parent 6c42d58 commit 4d79577

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile.pre.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Modules/Setup.stdlib.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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
#

0 commit comments

Comments
 (0)