Ignore more demo programs
[mesa.git] / progs / demos / Makefile.cygnus
index 1e5ab0f0ec807341b53b3c717add64881e41acd6..0efc1ab0c99e5c566a74630625c075a4d33266c7 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Makefile.cygnus,v 1.11 2000/06/27 16:54:18 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -66,7 +65,7 @@ PROGS = bounce \
 .SUFFIXES: .c
 
 .c: $(LIB_DEP)
-       $(CC) -I$(INCDIR) $(CFLAGS) $< $(GL_LIBS) -o $@
+       $(CC) -I$(INCDIR) -I../util $(CFLAGS) $< $(GL_LIBS) -o $@
 
 
 ##### TARGETS #####