summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-05-21 07:05:29 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-05-21 07:05:29 -0600
commit2ec318640f7940071618ab7f6bd980eee0479195 (patch)
treeef196cbf30c0e677c35aa023c464790052864b98 /progs
parent280bf89bd4a6bb7977abb00b88d59234d2c80844 (diff)
added readtex.h dependency
Diffstat (limited to 'progs')
-rw-r--r--progs/glsl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile
index 7e769d0746..e3f205cdb9 100644
--- a/progs/glsl/Makefile
+++ b/progs/glsl/Makefile
@@ -103,7 +103,7 @@ mandelbrot: mandelbrot.o shaderutil.o
$(CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) mandelbrot.o shaderutil.o $(LIBS) -o $@
-multitex.o: multitex.c extfuncs.h shaderutil.h
+multitex.o: multitex.c extfuncs.h readtex.h shaderutil.h
$(CC) -c -I$(INCDIR) $(CFLAGS) multitex.c
multitex: multitex.o readtex.o shaderutil.o