projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22fe91
)
rm .lo .la files for make clean
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 13 Aug 2001 16:51:08 +0000
(16:51 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 13 Aug 2001 16:51:08 +0000
(16:51 +0000)
src/glu/sgi/Makefile.X11
patch
|
blob
|
history
diff --git
a/src/glu/sgi/Makefile.X11
b/src/glu/sgi/Makefile.X11
index 57165667f863a18d3f44ed8d7c11cae74dc6f4eb..a0bbb7cc4670226e552da7fa5ed5e5d855da7ead 100644
(file)
--- 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)