Module: Mesa
Branch: 7.9
Commit: bcdd93e3a7e8ffce8f8e002a7e927ba484411292
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcdd93e3a7e8ffce8f8e002a7e927ba484411292

Author: Thomas Hellstrom <[email protected]>
Date:   Tue Nov  9 12:50:12 2010 +0100

gallium/targets: Trivial crosscompiling fix

Signed-off-by: Thomas Hellstrom <[email protected]>

---

 src/gallium/targets/Makefile.dri |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/Makefile.dri b/src/gallium/targets/Makefile.dri
index 59961e9..3fb4cc6 100644
--- a/src/gallium/targets/Makefile.dri
+++ b/src/gallium/targets/Makefile.dri
@@ -80,7 +80,7 @@ $(LIBNAME): $(OBJECTS) $(MESA_MODULES) $(PIPE_DRIVERS) 
Makefile \
                $(OBJECTS) $(PIPE_DRIVERS) \
                 -Wl,--start-group $(MESA_MODULES) -Wl,--end-group \
                  $(DRI_LIB_DEPS) $(DRIVER_EXTRAS)
-       $(CXX) $(CFLAGS) -o [email protected] 
$(TOP)/src/mesa/drivers/dri/common/dri_test.o [email protected] $(DRI_LIB_DEPS);
+       $(CXX) $(CFLAGS) -o [email protected] 
$(TOP)/src/mesa/drivers/dri/common/dri_test.o [email protected] $(DRI_LIB_DEPS) 
$(LDFLAGS);
        @rm -f [email protected]
        mv -f [email protected] $@
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to