]> granicus.if.org Git - python/commitdiff
Clarify sharedinstall comment
authorGuido van Rossum <guido@python.org>
Wed, 7 Oct 1998 14:41:54 +0000 (14:41 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Oct 1998 14:41:54 +0000 (14:41 +0000)
Modules/Setup.in

index e24e1f332d16c4993c99158512bb12a36f354673..d652240e01005b31cd4e1ada4f329201f8a1b1dd 100644 (file)
@@ -39,8 +39,9 @@
 # added to the linker options, but rules to create their .o files and
 # their shared libraries will still be added to the Makefile, and
 # their names will be collected in the Make variable SHAREDMODS.  This
-# is used to build modules as shared libraries.  (They must be
-# installed using "make sharedinstall".)  (For compatibility,
+# is used to build modules as shared libraries.  (They can be
+# installed using "make sharedinstall", which is implied by the
+# toplevel "make install" target.)  (For compatibility,
 # *noconfig* has the same effect as *shared*.)
 
 # NOTE: As a standard policy, as many modules as can be supported by a