diff options
author | Brian Paul <[email protected]> | 2000-01-18 17:40:05 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-01-18 17:40:05 +0000 |
commit | d15422a951a9c42b7f8ac8b46548a5fe3945a21f (patch) | |
tree | 362ffaebf3fddc3f687a94c907ef3f88dc0050e2 /src | |
parent | ffebe69866b0ca99a135ee778ad461bc52b00230 (diff) |
replaced some spaces with a tab
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/Makefile.X11 | 6 | ||||
-rw-r--r-- | src/mesa/main/Makefile.X11 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 75e03a6bb29..2102d8c8ac7 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,8 +1,8 @@ -# $Id: Makefile.X11,v 1.12 1999/12/17 15:15:46 brianp Exp $ +# $Id: Makefile.X11,v 1.13 2000/01/18 17:40:05 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 -# Copyright (C) 1995-1999 Brian Paul +# Copyright (C) 1995-2000 Brian Paul # Makefile for core library @@ -60,8 +60,8 @@ CORE_SOURCES = \ mem.c \ mmath.c \ pb.c \ - pixel.c \ pipeline.c \ + pixel.c \ points.c \ polygon.c \ quads.c \ diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 75e03a6bb29..2102d8c8ac7 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,8 +1,8 @@ -# $Id: Makefile.X11,v 1.12 1999/12/17 15:15:46 brianp Exp $ +# $Id: Makefile.X11,v 1.13 2000/01/18 17:40:05 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 -# Copyright (C) 1995-1999 Brian Paul +# Copyright (C) 1995-2000 Brian Paul # Makefile for core library @@ -60,8 +60,8 @@ CORE_SOURCES = \ mem.c \ mmath.c \ pb.c \ - pixel.c \ pipeline.c \ + pixel.c \ points.c \ polygon.c \ quads.c \ |