From e475d86bd9c6420032d0f66a20ba5794ff4a4ace Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 29 Oct 1997 19:07:30 +0000 Subject: [PATCH] Install Misc/Makefile.pre.in in the config/ install directory. Suggestion by Konrad Hinsen. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 3649626e0a5..129bff1a788 100644 --- a/Makefile.in +++ b/Makefile.in @@ -363,6 +363,7 @@ libainstall: all $(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local $(INSTALL_PROGRAM) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup $(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh + $(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in # Install the dynamically loadable modules # This goes into $(exec_prefix)