diff options
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 ##### |