diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-08-13 16:51:08 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-08-13 16:51:08 +0000 |
commit | 2e5a20ae21ab8c25cc3eb211e713a5712c3ee5cb (patch) | |
tree | dcc73662a35b66a0404434e6673082c1b87112fb /src | |
parent | b22fe91cdba8ba1d38a1e4cbae3f1c1806b733c9 (diff) |
rm .lo .la files for make clean
Diffstat (limited to 'src')
-rw-r--r-- | src/glu/sgi/Makefile.X11 | 5 |
1 files changed, 4 insertions, 1 deletions
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) |