From: Guido van Rossum Date: Thu, 8 Aug 1996 19:07:46 +0000 (+0000) Subject: Also remove *.sl (AIX shared libs) in make clean. X-Git-Tag: v1.4b3~186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6554419e1ba29596651f5abe2578d9eff5696467;p=thirdparty%2FPython%2Fcpython.git Also remove *.sl (AIX shared libs) in make clean. --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 4827e9b53372..fc9bf3f1520f 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)"' \