diff options
author | Karl Schultz <[email protected]> | 2001-12-14 17:19:32 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2001-12-14 17:19:32 +0000 |
commit | 92512085d5d002daeffce83a469a4c246ae2a347 (patch) | |
tree | e9f9c20175a42940932ef7647605acbd4a50969c /src/glu | |
parent | 16e2d94cc793c003fbd4590537be8ee316bcd787 (diff) |
Add .cc as a valid suffix.
Diffstat (limited to 'src/glu')
-rw-r--r-- | src/glu/sgi/Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glu/sgi/Makefile.X11 b/src/glu/sgi/Makefile.X11 index a0bbb7cc467..968d290169c 100644 --- a/src/glu/sgi/Makefile.X11 +++ b/src/glu/sgi/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.5 2001/08/13 16:51:08 brianp Exp $ +# $Id: Makefile.X11,v 1.6 2001/12/14 17:19:32 kschultz Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -6,6 +6,7 @@ # Makefile for SGI SI GLU library +.SUFFIXES : .cc ##### MACROS ##### |