summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-06-29 14:40:45 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-06-29 14:40:45 (GMT)
commita22a0b3e86d0ed2832ab5004374eaa15cd9fe57d (patch)
treec8c8eba511b7ff19379d8f5933497ee36a8845ed
parent63b08ac2f7b5ddc4767764e2dde2f515eb87fa92 (diff)
downloadcpython-a22a0b3e86d0ed2832ab5004374eaa15cd9fe57d.zip
cpython-a22a0b3e86d0ed2832ab5004374eaa15cd9fe57d.tar.gz
cpython-a22a0b3e86d0ed2832ab5004374eaa15cd9fe57d.tar.bz2
pyexpat notes: add the name of the archive to the ar command
-rw-r--r--Modules/Setup.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index abab8e4..cd392ae 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -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