From: Brian Date: Mon, 3 Dec 2007 18:57:56 +0000 (-0700) Subject: added missing quote char X-Git-Tag: 062012170305~19311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1416c2137d6f7973e65f07ca9859970bead25b6;p=profile%2Fivi%2Fmesa.git added missing quote char --- diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 77bb7be..2c6d65d 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -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)