summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-08 19:07:46 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-08 19:07:46 (GMT)
commit6554419e1ba29596651f5abe2578d9eff5696467 (patch)
tree87a597b4ceb6fde9797036ced6b317921fcb3d8d /Modules/Makefile.pre.in
parent1dc19ba2ee952d9ee2541dd93a9dc2d246d2321a (diff)
downloadcpython-6554419e1ba29596651f5abe2578d9eff5696467.zip
cpython-6554419e1ba29596651f5abe2578d9eff5696467.tar.gz
cpython-6554419e1ba29596651f5abe2578d9eff5696467.tar.bz2
Also remove *.sl (AIX shared libs) in make clean.
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r--Modules/Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index 4827e9b..fc9bf3f 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -125,7 +125,7 @@ clean:
clobber: clean
-rm -f *.a tags TAGS config.c glmodule.c Makefile.pre
- -rm -f *.so so_locations
+ -rm -f *.so *.sl so_locations
getpath.o: getpath.c Makefile
$(CC) -c $(CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \