added missing quote char
authorBrian <brian.paul@tungstengraphics.com>
Mon, 3 Dec 2007 18:57:56 +0000 (11:57 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 3 Dec 2007 19:00:28 +0000 (12:00 -0700)
src/mesa/Makefile

index 77bb7be..2c6d65d 100644 (file)
@@ -65,7 +65,7 @@ linux-solo: depend subdirs libmesa.a
 # Stand-alone Mesa libGL, no built-in drivers (DirectFB)
 
 libgl-core: $(CORE_OBJECTS)
-       @ $(TOP)/bin/mklib -o $(GL_LIB) -linker '$(CC)' -ldflags '$(LDFLAGS) \
+       @ $(TOP)/bin/mklib -o $(GL_LIB) -linker '$(CC)' -ldflags '$(LDFLAGS)' \
                -major $(MESA_MAJOR) -minor $(MESA_MINOR) -patch $(MESA_TINY) \
                -install $(TOP)/$(LIB_DIR) $(MKLIB_OPTIONS) $(CORE_OBJECTS) \
                $(GL_LIB_DEPS)