diff options
author | Guido van Rossum <guido@python.org> | 1997-08-06 23:42:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-06 23:42:07 (GMT) |
commit | fb84255e6756adcb4c38e23d63c0f3c017012789 (patch) | |
tree | 9d3c1117729bb91258f2ead299a2a71ec9b35b18 /Modules/Setup.in | |
parent | b06df27843611d9b1a9988da7aacf01073a1fbc4 (diff) | |
download | cpython-fb84255e6756adcb4c38e23d63c0f3c017012789.zip cpython-fb84255e6756adcb4c38e23d63c0f3c017012789.tar.gz cpython-fb84255e6756adcb4c38e23d63c0f3c017012789.tar.bz2 |
New version of Vladimir Marangozov's AIX hacks -- simpler etc.
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index bb06b11..3e886fc 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -51,11 +51,6 @@ # to ftp sources from elsewhere. -# -------> Uncomment this line if you are running AIX <---------- -# -------> and if you are building with shared libraries <---------- -#LINKCC= makexp_aix python.exp "" $(MYLIBS) $(ADDOBJS) ; $(CC) - - # Some special rules to define PYTHONPATH. # Edit the definitions below to indicate which options you are using. # Don't add any whitespace or comments! |