summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-03-29 23:18:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-03-29 23:18:13 +0000
commit32244ac7e9b9412e3999d1e3e4da1054fc03fa44 (patch)
tree82b268548d37566612b260300ef7141cd373abc6 /progs
parent3a6d968f37683835bd92b1b853e0ac8cadd0fdef (diff)
s/glslnose.c/glslnoise/ (bug 6430)
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index dda2170c34..c7a4cc7b82 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -30,7 +30,7 @@ PROGS = \
geartrain \
glinfo \
gloss \
- glslnoise.c \
+ glslnoise \
gltestperf \
glutfx \
isosurf \