From: Kevin M. Rosenberg Date: Wed, 30 Aug 2006 19:04:20 +0000 (+0000) Subject: r11072: fix typo X-Git-Tag: v3.8.6~52 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=f7400eda426196bf3c21f8362efdf4abf31822a5 r11072: fix typo --- diff --git a/db-mysql/Makefile b/db-mysql/Makefile index ed0296f..583f6e9 100644 --- a/db-mysql/Makefile +++ b/db-mysql/Makefile @@ -54,7 +54,7 @@ else ld -shared -soname=$(base) $(object) $(LDFLAGS) -o $(shared_lib) else gcc $(CFLAGS) -fPIC -c $(source) -o $(object) - ld -shared -soname=$(base) $(boject) $(LDFLAGS) -o $(shared_lib) + ld -shared -soname=$(base) $(object) $(LDFLAGS) -o $(shared_lib) endif endif endif