diff options
Diffstat (limited to 'progs/demos/Makefile.BeOS-R4')
-rw-r--r-- | progs/demos/Makefile.BeOS-R4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/demos/Makefile.BeOS-R4 b/progs/demos/Makefile.BeOS-R4 index ff3c675369e..dc8156bd237 100644 --- a/progs/demos/Makefile.BeOS-R4 +++ b/progs/demos/Makefile.BeOS-R4 @@ -1,4 +1,4 @@ -# $Id: Makefile.BeOS-R4,v 1.12 2000/06/27 16:54:18 brianp Exp $ +# $Id: Makefile.BeOS-R4,v 1.13 2000/12/24 22:53:54 pesco Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -64,7 +64,7 @@ PROGS = bounce \ .SUFFIXES: .c .c: $(LIB_DEP) - $(CC) -I$(INCDIR) $(CFLAGS) $< $(GL_LIBS) -o $@ + $(CC) -I$(INCDIR) -I../util $(CFLAGS) $< $(GL_LIBS) -o $@ |