diff options
author | Brian Paul <[email protected]> | 2002-10-25 13:50:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-25 13:50:48 +0000 |
commit | 92c195211a9f9d6cfcf369230c799a468fa2dc37 (patch) | |
tree | 1405387ddd618d29833fc75f1a474befb5727573 /src/mesa/main/Makefile.OSMesa16 | |
parent | c2836e9ac6ab643d293f9db8b52239299132c5bf (diff) |
remove all.h, mem.h, mem.c
Diffstat (limited to 'src/mesa/main/Makefile.OSMesa16')
-rw-r--r-- | src/mesa/main/Makefile.OSMesa16 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/Makefile.OSMesa16 b/src/mesa/main/Makefile.OSMesa16 index 1f3b09206ac..fc1bba2ed35 100644 --- a/src/mesa/main/Makefile.OSMesa16 +++ b/src/mesa/main/Makefile.OSMesa16 @@ -1,4 +1,4 @@ -# $Id: Makefile.OSMesa16,v 1.8 2002/09/27 02:45:37 brianp Exp $ +# $Id: Makefile.OSMesa16,v 1.9 2002/10/25 13:50:48 brianp Exp $ # Mesa 3-D graphics library # Version: 4.1 @@ -55,7 +55,6 @@ CORE_SOURCES = \ light.c \ lines.c \ matrix.c \ - mem.c \ mmath.c \ pixel.c \ points.c \ |