From 6554419e1ba29596651f5abe2578d9eff5696467 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 8 Aug 1996 19:07:46 +0000 Subject: [PATCH] Also remove *.sl (AIX shared libs) in make clean. --- Modules/Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 4827e9b5337..fc9bf3f1520 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)"' \