| commit | a3633b1f3ba298fc09e64baa64037b62c2918c31 | [log] [tgz] |
|---|---|---|
| author | Yunlian Jiang <[email protected]> | Tue May 14 22:10:41 2013 |
| committer | ChromeBot <[email protected]> | Tue May 14 23:38:22 2013 |
| tree | fccc9cb7f14f908b962606c357c1f2e96062ca8d | |
| parent | a059101ec8a50baa6f13d35844e13910f6baf167 [diff] |
smogcheck: fix a typo "-W1" in Makefile This fixes a typo of "-W1" to "-Wl" to make it compile. BUG=None TEST=emerge-lumpy smogcheck passes. Change-Id: Iee19aef3a47ad6fe7eb86bf166f8ef0c62c79d80 Reviewed-on: https://gerrit.chromium.org/gerrit/51192 Reviewed-by: Tan Gao <[email protected]> Commit-Queue: Yunlian Jiang <[email protected]> Tested-by: Yunlian Jiang <[email protected]>
diff --git a/Makefile b/Makefile index abb5f26..f17997a 100644 --- a/Makefile +++ b/Makefile
@@ -14,7 +14,7 @@ $(CC) $(CFLAGS) -o lib/lib_smogcheck.o -c lib/lib_smogcheck.c shared_libs: libs - $(CC) -shared -fPIC -o ${SONAME} lib/lib_smogcheck.o -W1,-h${SONAME} \ + $(CC) -shared -fPIC -o ${SONAME} lib/lib_smogcheck.o -Wl,-h${SONAME} \ -lpthread -lrt binary: shared_libs