Put quotes around the CC and CXX variables passed to mklib. This make
[mesa.git] / src / glx / x11 / Makefile
index 37d55c783a7584f097210e7d6d8d5e6eb9a482ba..910db404b5d8a21466a7a47df84dd77de4e11e24 100644 (file)
@@ -86,7 +86,7 @@ glcontextmodes.c:
 
 # Make libGL
 $(LIB_DIR)/$(GL_LIB_NAME):  $(OBJECTS) Makefile
-       CC=$(CC) CXX=$(CXX) $(TOP)/bin/mklib -o $(GL_LIB) -major 1 -minor 2 $(MKLIB_OPTIONS) \
+       CC="$(CC)" CXX="$(CXX)" $(TOP)/bin/mklib -o $(GL_LIB) -major 1 -minor 2 $(MKLIB_OPTIONS) \
                -install $(LIB_DIR) $(GL_LIB_DEPS) $(OBJECTS)