Mesa (master): gallium: Use correct defines in Xorg template makefile

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Sat Jun 5 15:22:55 UTC 2010


Module: Mesa
Branch: master
Commit: 94d5239511e8ee3b34ee7f7061f616370c3850cf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=94d5239511e8ee3b34ee7f7061f616370c3850cf

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Jun  1 17:33:15 2010 +0100

gallium: Use correct defines in Xorg template makefile

---

 src/gallium/targets/Makefile.xorg |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg
index e9f7059..4237f94 100644
--- a/src/gallium/targets/Makefile.xorg
+++ b/src/gallium/targets/Makefile.xorg
@@ -57,16 +57,16 @@ install:
 ##### RULES #####
 
 %.s: %.c
-	$(CC) -S $(INCLUDES) $(CFLAGS) $(LIBRARY_DEFINES) $< -o $@
+	$(CC) -S $(INCLUDES) $(CFLAGS) $(DRIVER_DEFINES) $< -o $@
 
 %.o: %.c
-	$(CC) -c $(INCLUDES) $(CFLAGS) $(LIBRARY_DEFINES) $< -o $@
+	$(CC) -c $(INCLUDES) $(CFLAGS) $(DRIVER_DEFINES) $< -o $@
 
 %.o: %.cpp
-	$(CXX) -c $(INCLUDES) $(CXXFLAGS) $(LIBRARY_DEFINES) $< -o $@
+	$(CXX) -c $(INCLUDES) $(CXXFLAGS) $(DRIVER_DEFINES) $< -o $@
 
 %.o: %.S
-	$(CC) -c $(INCLUDES) $(CFLAGS) $(LIBRARY_DEFINES)  $< -o $@
+	$(CC) -c $(INCLUDES) $(CFLAGS) $(DRIVER_DEFINES)  $< -o $@
 
 sinclude depend
 




More information about the mesa-commit mailing list