diff options
author | Jonathan Bestien-Filiatrault <[email protected]> | 2007-09-12 16:21:13 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-12 16:21:13 -0600 |
commit | 5fdeb52e5d21bfb7feff2253c7d9e18e6b3cb252 (patch) | |
tree | 8920b539c3638a4ce56cde3c82e645cd76dd0061 /src/glu/mesa/Makefile | |
parent | ae0dd620fec580b77b0901ed1376e6a6b2569c7e (diff) |
check return value of invert_matrix()
Diffstat (limited to 'src/glu/mesa/Makefile')
-rw-r--r-- | src/glu/mesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/mesa/Makefile b/src/glu/mesa/Makefile index 47f95ef0240..611d7a630c8 100644 --- a/src/glu/mesa/Makefile +++ b/src/glu/mesa/Makefile @@ -23,7 +23,7 @@ C_SOURCES = \ OBJECTS = $(C_SOURCES:.c=.o) -INCLUDES = -I. -I- -I$(TOP)/include +INCLUDES = -I. -I$(TOP)/include ##### RULES ##### |