]> granicus.if.org Git - python/commitdiff
pyexpat notes: add the name of the archive to the ar command
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 29 Jun 2000 14:40:45 +0000 (14:40 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 29 Jun 2000 14:40:45 +0000 (14:40 +0000)
Modules/Setup.in

index abab8e499920ba93c8b03f7c15763531e09766ad..cd392ae845e6597d3451d4e07e33b65b087df8ef 100644 (file)
@@ -423,7 +423,7 @@ cPickle cPickle.c
 # do this manually while we try convince the author to add it.  To do so,
 # cd to EXPAT_DIR, run "make" if you have not done so, then run:
 #
-#    ar cr xmltok/*.o xmlparse/*.o
+#    ar cr libexpat.a xmltok/*.o xmlparse/*.o
 #
 #EXPAT_DIR=/usr/local/src/expat
 #pyexpat pyexpat.c -I$(EXPAT_DIR)/xmlparse -L$(EXPAT_DIR) -lexpat