summaryrefslogtreecommitdiff
path: root/src/glu/mesa/Makefile
diff options
context:
space:
mode:
authorJonathan Bestien-Filiatrault <joe@x2a.org>2007-09-12 16:21:13 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-12 16:21:13 -0600
commit5fdeb52e5d21bfb7feff2253c7d9e18e6b3cb252 (patch)
tree8920b539c3638a4ce56cde3c82e645cd76dd0061 /src/glu/mesa/Makefile
parentae0dd620fec580b77b0901ed1376e6a6b2569c7e (diff)
check return value of invert_matrix()
Diffstat (limited to 'src/glu/mesa/Makefile')
-rw-r--r--src/glu/mesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/mesa/Makefile b/src/glu/mesa/Makefile
index 47f95ef024..611d7a630c 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 #####