]> granicus.if.org Git - python/commit
Remove shared libraries as part of "make clean" rather than in "make
authorGuido van Rossum <guido@python.org>
Sat, 14 Apr 2001 17:57:07 +0000 (17:57 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 14 Apr 2001 17:57:07 +0000 (17:57 +0000)
commitcd0ed971f21eac63d0c912d56dde4e905c465e85
tree62e89f379f0a2861cf6a4f7cf65620d896f6aea0
parent6b356e70b5f3d0ce99d84576401c2acca6a0b90e
Remove shared libraries as part of "make clean" rather than in "make
clobber".  This is done so that after a "make clean", setup.py will
also recompile all extensions.
Makefile.pre.in