aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-15 09:33:21 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-15 09:33:21 -0800
commita614caa54b46d9a7c3fbec5cad8ce535a11cbcc5 (patch)
tree4a064d623ebd808bea1680e5d57597244c2608ee /templates/Makefile.template
parentd201c9dcece08b1867cfb56572d7830a0e7c9832 (diff)
Add missing space
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r--templates/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 69a846045a..7a60e3d20e 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -754,7 +754,7 @@ libs/$(CONFIG)/lib${lib.name}.a: $(ZLIB_DEP) $(LIB${lib.name.upper()}_OBJS)
mingw_lib_deps = ' $(ZLIB_DEP)'
for dep in lib.get('deps', []):
libs = libs + ' -l' + dep
- lib_deps = lib_deps + 'libs/$(CONFIG)/lib' + dep + '.$(SHARED_EXT)'
+ lib_deps = lib_deps + ' libs/$(CONFIG)/lib' + dep + '.$(SHARED_EXT)'
mingw_libs = mingw_libs + ' -l' + dep + '-imp'
mingw_lib_deps = mingw_lib_deps + 'libs/$(CONFIG)/' + dep + '.$(SHARED_EXT)'