From: Fred Drake Date: Fri, 26 Oct 2001 19:48:06 +0000 (+0000) Subject: Now that Misc/Makefile.pre.in is gone, do not attempt to install it. X-Git-Tag: v2.2.1c1~1023 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41a1b076361f53968687587838dcf843ce4a340e;p=thirdparty%2FPython%2Fcpython.git Now that Misc/Makefile.pre.in is gone, do not attempt to install it. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index bf319967ef25..c8e96bd99a4f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -701,7 +701,6 @@ libainstall: all $(INSTALL_DATA) Modules/Setup.config $(LIBPL)/Setup.config $(INSTALL_SCRIPT) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup $(INSTALL_SCRIPT) $(srcdir)/install-sh $(LIBPL)/install-sh - $(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in @if [ -s Modules/python.exp -a \ "`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \ echo; echo "Installing support files for building shared extension modules on AIX:"; \