diff options
author | Georg Brandl <georg@python.org> | 2011-02-15 15:44:51 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-15 15:44:51 +0000 |
commit | d9c27b203a2e8693205df0e24d1c02f074798fbe (patch) | |
tree | c75bf6f00ac7fd09bc071ccd50cc597ec82d6078 /Makefile.pre.in | |
parent | 175492bb261edbda9fca406ff56597bdc0a4c8f6 (diff) | |
download | cpython-d9c27b203a2e8693205df0e24d1c02f074798fbe.tar.gz |
#941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 63ee79b32e..b2130bc26e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1256,7 +1256,7 @@ distclean: clobber done -rm -f core Makefile Makefile.pre config.status \ Modules/Setup Modules/Setup.local Modules/Setup.config \ - Modules/ld_so_aix Misc/python.pc + Modules/ld_so_aix Modules/python.exp Misc/python.pc -rm -f python*-gdb.py -rm -f pybuilddir.txt find $(srcdir) '(' -name '*.fdc' -o -name '*~' \ |