Also remove *.sl (AIX shared libs) in make clean.

This commit is contained in:
Guido van Rossum 1996-08-08 19:07:46 +00:00
parent 1dc19ba2ee
commit 6554419e1b
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ clean:
clobber: clean clobber: clean
-rm -f *.a tags TAGS config.c glmodule.c Makefile.pre -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 getpath.o: getpath.c Makefile
$(CC) -c $(CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \ $(CC) -c $(CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \