summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-04-24 15:29:11 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-04-24 15:29:11 +0000
commit8c7889d99fe87d622a65bb4972496fe58dde553c (patch)
tree65063eb38398e376eace8739c5594dbf1883c84a /progs/demos/Makefile.X11
parent34fb5db643137e7d953f832e2ff527e521623d60 (diff)
removed extra /
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r--progs/demos/Makefile.X114
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11
index f4f438c3535..9fc4da60dc8 100644
--- a/progs/demos/Makefile.X11
+++ b/progs/demos/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.10 2000/04/07 16:30:46 brianp Exp $
+# $Id: Makefile.X11,v 1.11 2000/04/24 15:29:11 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -19,7 +19,7 @@ LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
PROGS = bounce clearspd drawpix gamma gears geartrain glinfo gloss \
glutfx isosurf lodbias morph3d multiarb occlude osdemo paltex \
pixeltex pointblast readpix reflect renormal spectex stex3d \
- tessdemo texcyl texdown texobj trispd winpos \
+ tessdemo texcyl texdown texobj trispd winpos
##### RULES #####