From: Jeremy Hylton Date: Thu, 29 Jun 2000 14:40:45 +0000 (+0000) Subject: pyexpat notes: add the name of the archive to the ar command X-Git-Tag: v2.0b1~1304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a22a0b3e86d0ed2832ab5004374eaa15cd9fe57d;p=thirdparty%2FPython%2Fcpython.git pyexpat notes: add the name of the archive to the ar command --- diff --git a/Modules/Setup.in b/Modules/Setup.in index abab8e499920..cd392ae845e6 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