summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-25 11:04:50 (GMT)
committerGeorg Brandl <georg@python.org>2011-02-25 11:04:50 (GMT)
commit71f4fbb0b74b45df75c81aad80d204df0a315ae4 (patch)
tree9cbdbd2b4789cc82bde573b3c0cb29d261ef925a /Makefile.pre.in
parent280460271df4ebc3d3129754b4f327a118b0c3b0 (diff)
downloadcpython-71f4fbb0b74b45df75c81aad80d204df0a315ae4.zip
cpython-71f4fbb0b74b45df75c81aad80d204df0a315ae4.tar.gz
cpython-71f4fbb0b74b45df75c81aad80d204df0a315ae4.tar.bz2
Merged revisions 88426 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88426 | georg.brandl | 2011-02-15 16:44:51 +0100 (Di, 15 Feb 2011) | 1 line #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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 31e7f2e..6998eee 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1201,7 +1201,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
find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
-o -name '[@,#]*' -o -name '*.old' \