Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41a1b07

Browse files
committed
Now that Misc/Makefile.pre.in is gone, do not attempt to install it.
1 parent ef428a2 commit 41a1b07

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,6 @@ libainstall: all
701701
$(INSTALL_DATA) Modules/Setup.config $(LIBPL)/Setup.config
702702
$(INSTALL_SCRIPT) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
703703
$(INSTALL_SCRIPT) $(srcdir)/install-sh $(LIBPL)/install-sh
704-
$(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in
705704
@if [ -s Modules/python.exp -a \
706705
"`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \
707706
echo; echo "Installing support files for building shared extension modules on AIX:"; \

0 commit comments

Comments
 (0)