File tree 2 files changed +3
-2
lines changed 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
2167
2167
$(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(DESTDIR)$(LIBPL)/config.c.in
2168
2168
$(INSTALL_DATA) Makefile $(DESTDIR)$(LIBPL)/Makefile
2169
2169
$(INSTALL_DATA) $(srcdir)/Modules/Setup $(DESTDIR)$(LIBPL)/Setup
2170
+ $(INSTALL_DATA) Modules/Setup.stdlib $(DESTDIR)$(LIBPL)/Setup.stdlib
2170
2171
$(INSTALL_DATA) Modules/Setup.local $(DESTDIR)$(LIBPL)/Setup.local
2171
2172
$(INSTALL_DATA) Misc/python.pc $(DESTDIR)$(LIBPC)/python-$(VERSION).pc
2172
2173
$(INSTALL_DATA) Misc/python-embed.pc $(DESTDIR)$(LIBPC)/python-$(VERSION)-embed.pc
@@ -2395,7 +2396,7 @@ distclean: clobber
2395
2396
if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
2396
2397
done
2397
2398
-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 \
2399
2400
Misc/python-embed.pc Misc/python-config.sh
2400
2401
-rm -f python*-gdb.py
2401
2402
-rm -f Python/frozen_modules/*.h
Original file line number Diff line number Diff line change 13
13
# by a comment "#" and the module is skipped.
14
14
# * Module lines without any compiler and linker flags automatically use
15
15
# $(MODULE_{NAME}_CFLAGS) and $(MODULE_{NAME}_LDFLAGS). These flags are
16
- # generated by PY_STDLIB_MOD macro.
16
+ # generated by PY_STDLIB_MOD macro.
17
17
# * All source files automatically depend on $(PYTHON_HEADERS) and
18
18
# $(MODULE_{NAME}_DEPS).
19
19
#
You can’t perform that action at this time.
0 commit comments