summaryrefslogtreecommitdiff
path: root/src/glu
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-08-13 16:51:08 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-08-13 16:51:08 +0000
commit2e5a20ae21ab8c25cc3eb211e713a5712c3ee5cb (patch)
treedcc73662a35b66a0404434e6673082c1b87112fb /src/glu
parentb22fe91cdba8ba1d38a1e4cbae3f1c1806b733c9 (diff)
rm .lo .la files for make clean
Diffstat (limited to 'src/glu')
-rw-r--r--src/glu/sgi/Makefile.X115
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)