diff options
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index d5dc9713620..2c910418a88 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.63 2002/01/14 16:07:33 brianp Exp $ +# $Id: Makefile.X11,v 1.64 2002/01/15 18:30:58 kschultz Exp $ # Mesa 3-D graphics library # Version: 4.1 @@ -278,7 +278,7 @@ VPFILES = \ src/tnl/t_vb_program.c \ tests/vptest1.c \ tests/vptest2.c - + vptar: cd .. ; tar cvf vpfiles.tar $(VPFILES) ; gzip vpfiles.tar |