diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-27 15:38:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-27 15:38:42 +0200 |
commit | cd1deec2f13b6976fb3aac0e5e8d42a79875aef1 (patch) | |
tree | e56e97b86e800f4173ba433b9ba76480d0f18d5b /makefile | |
parent | 2b3b6f26e5125bdc23d07c88c369b5c6ce070a61 (diff) |
Build infrastructure for SQLite
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(all_dirs))) $(call dist-dir,m4) $(call meta-vctest,tracer/tracer-vc10.sln,build.bat) $(call meta-automake) - $(call meta-autoconf) + $(call meta-autoconf) $(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(dirs))) $(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(all_dirs))) |