From 2e5a20ae21ab8c25cc3eb211e713a5712c3ee5cb Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 13 Aug 2001 16:51:08 +0000 Subject: rm .lo .la files for make clean --- src/glu/sgi/Makefile.X11 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/glu/sgi/Makefile.X11 b/src/glu/sgi/Makefile.X11 index 57165667f8..a0bbb7cc46 100644 --- a/src/glu/sgi/Makefile.X11 +++ b/src/glu/sgi/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.4 2001/03/28 20:17:55 gareth Exp $ +# $Id: Makefile.X11,v 1.5 2001/08/13 16:51:08 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -135,6 +135,9 @@ default: clean: -rm *.o */*.o */*/*.o + -rm *.lo */*.lo */*/*.lo + -rm *.la */*.la */*/*.la + targets: $(LIBDIR)/$(GLU_LIB) -- cgit v1.2.3