Mesa (master): targets: Add missing quotes to Makefile.xorg.

Chia-I Wu olv at kemper.freedesktop.org
Fri Oct 29 05:02:33 UTC 2010


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

Author: Chia-I Wu <olv at lunarg.com>
Date:   Fri Oct 29 12:59:45 2010 +0800

targets: Add missing quotes to Makefile.xorg.

Fix

  $ make CC="ccache gcc"

---

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

diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg
index 87eedd7..47040bb 100644
--- a/src/gallium/targets/Makefile.xorg
+++ b/src/gallium/targets/Makefile.xorg
@@ -42,7 +42,7 @@ endif
 default: depend $(TOP)/$(LIB_DIR)/gallium $(LIBNAME) $(LIBNAME_STAGING)
 
 $(LIBNAME): $(OBJECTS) Makefile ../Makefile.xorg $(LIBS) $(DRIVER_PIPES)
-	$(MKLIB) -linker $(CC) -noprefix -o $@ $(LDFLAGS) $(OBJECTS) $(DRIVER_PIPES) $(GALLIUM_AUXILIARIES) $(DRIVER_LINKS)
+	$(MKLIB) -linker '$(CC)' -noprefix -o $@ $(LDFLAGS) $(OBJECTS) $(DRIVER_PIPES) $(GALLIUM_AUXILIARIES) $(DRIVER_LINKS)
 
 depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS) $(GENERATED_SOURCES)
 	rm -f depend




More information about the mesa-commit mailing list