diff options
author | Thomas Hellstrom <[email protected]> | 2010-11-09 12:50:12 +0100 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2010-11-09 12:50:12 +0100 |
commit | 24c6c41bd0682ddd627db48a67714ebbf2954f33 (patch) | |
tree | f5f47cb206a4e36d5654dfc80e6a1f1e261d7f8d /src | |
parent | 0d5b4b320cf1acde5ff02e9fca696239f5dd3fe4 (diff) |
gallium/targets: Trivial crosscompiling fix
Signed-off-by: Thomas Hellstrom <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | 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 59961e982aa..3fb4cc6b861 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] $@ |