diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-24 15:29:02 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-24 15:29:02 +0000 |
commit | 3d2264b2cebe9970bedcea330d9e21207e58cfdd (patch) | |
tree | f175a67e5c61e4a702305f1527355c10e54f398d | |
parent | 486565f88a4eab1818b6b0f48a6096c2ad173215 (diff) |
removed extra /
-rw-r--r-- | progs/demos/Makefile.X11 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 1e65a0865d..125dcf4ad3 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,8 +1,8 @@ -# $Id: Makefile.X11,v 1.3 1999/10/27 10:09:53 brianp Exp $ +# $Id: Makefile.X11,v 1.3.2.1 2000/04/24 15:29:02 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.1 -# Copyright (C) 1995-1998 Brian Paul +# Version: 3.2 +# Copyright (C) 1995-2000 Brian Paul # Makefile for GLUT-based demo programs for Unix/X11 @@ -19,7 +19,7 @@ LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) PROGS = bounce clearspd drawpix gamma gears glinfo gloss glutfx isosurf \ morph3d multiarb osdemo paltex pointblast reflect \ - renormal spectex stex3d tessdemo texcyl texobj trispd winpos \ + renormal spectex stex3d tessdemo texcyl texobj trispd winpos ##### RULES ##### |