mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
(Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it.
This commit is contained in:
parent
1e0b19e9e4
commit
5ad7aaf5fb
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ libainstall: all
|
||||||
done
|
done
|
||||||
$(INSTALL_DATA) Modules/config.c $(LIBPL)/config.c
|
$(INSTALL_DATA) Modules/config.c $(LIBPL)/config.c
|
||||||
$(INSTALL_DATA) $(srcdir)/Modules/getpath.c $(LIBPL)/getpath.c
|
$(INSTALL_DATA) $(srcdir)/Modules/getpath.c $(LIBPL)/getpath.c
|
||||||
|
$(INSTALL_DATA) $(srcdir)/Modules/getbuildinfo.c $(LIBPL)/getbuildinfo.c
|
||||||
$(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(LIBPL)/config.c.in
|
$(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(LIBPL)/config.c.in
|
||||||
$(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile
|
$(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile
|
||||||
$(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup
|
$(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue