diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-26 19:48:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-26 19:48:06 (GMT) |
commit | 41a1b076361f53968687587838dcf843ce4a340e (patch) | |
tree | 515d47ce63be89d04c24b06ece9edd15c27c7940 /Makefile.pre.in | |
parent | ef428a292ad7fcbb27d7877fe14bd1838390fde6 (diff) | |
download | cpython-41a1b076361f53968687587838dcf843ce4a340e.zip cpython-41a1b076361f53968687587838dcf843ce4a340e.tar.gz cpython-41a1b076361f53968687587838dcf843ce4a340e.tar.bz2 |
Now that Misc/Makefile.pre.in is gone, do not attempt to install it.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index bf31996..c8e96bd 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:"; \ |