diff options
author | Keith Whitwell <[email protected]> | 2001-01-08 21:55:59 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-01-08 21:55:59 +0000 |
commit | ce656b6a0a103ae9cb41d509be353f0e661e3574 (patch) | |
tree | 1f877f14838b85d7db834cb38a040a362db83d6e /src/mesa/Makefile.X11 | |
parent | bfa023921c9d1aa872237e0ac6085160f7c2cbc5 (diff) |
Fixed 'IRound' to 'IROUND' in mmath.h
Fixed fallback path for drawarrays/_tnl_hard_begin.
Removed disabled debug code.
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 f1b7698a92b..fbf8d20999d 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.38 2001/01/05 05:31:42 keithw Exp $ +# $Id: Makefile.X11,v 1.39 2001/01/08 21:55:59 keithw Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -188,8 +188,8 @@ ASM_SOURCES = ADDITIONAL_OBJ = OBJECTS = $(ASM_SOURCES:.S=.o) \ - $(CORE_SOURCES:.c=.o) \ $(DRIVER_SOURCES:.c=.o) \ + $(CORE_SOURCES:.c=.o) \ $(ADDITIONAL_OBJ) |