Mesa (mesa_7_7_branch): Revert "util: Build u_bitmask.o when using make."

Brian Paul brianp at kemper.freedesktop.org
Tue Jan 12 03:19:46 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 3fce8ad2de9500add86ca1e75c0c79361ee1b524
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fce8ad2de9500add86ca1e75c0c79361ee1b524

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jan 11 20:18:50 2010 -0700

Revert "util: Build u_bitmask.o when using make."

This reverts commit 01eff0e6d23f90650de7c563f74a1aec3de112a6.

u_bitmask.c was already in the C_SOURCES list.

---

 src/gallium/auxiliary/util/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile
index 5599048..7e47ec6 100644
--- a/src/gallium/auxiliary/util/Makefile
+++ b/src/gallium/auxiliary/util/Makefile
@@ -4,7 +4,6 @@ include $(TOP)/configs/current
 LIBNAME = util
 
 C_SOURCES = \
-	u_bitmask.c \
 	u_debug.c \
 	u_debug_dump.c \
 	u_debug_symbol.c \




More information about the mesa-commit mailing list