mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Use INSTALL_PROGRAM for makesetup
This commit is contained in:
parent
450b9b33a2
commit
70a8659d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ libainstall: all
|
|||
$(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(LIBPL)/config.c.in
|
||||
$(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile
|
||||
$(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup
|
||||
$(INSTALL_DATA) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
|
||||
$(INSTALL_PROGRAM) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
|
||||
$(INSTALL_DATA) config.h $(LIBPL)/config.h
|
||||
$(INSTALL_DATA) $(srcdir)/Python/frozenmain.c $(LIBPL)/frozenmain.c
|
||||
$(INSTALL_DATA) Modules/main.o $(LIBPL)/main.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue