diff options
author | Brian <[email protected]> | 2007-12-03 11:57:56 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-12-03 12:00:28 -0700 |
commit | b1416c2137d6f7973e65f07ca9859970bead25b6 (patch) | |
tree | 318614fc11ec68b4b772a1081958ba6a97d9c196 /src/mesa/Makefile | |
parent | 2af613e0b8e6f89cc7528ff5a969e18f077e61fc (diff) |
added missing quote char
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 77bb7be4806..2c6d65d8a19 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) |