diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-24 10:39:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-24 10:39:54 +0200 |
commit | 8bddcc4ff986fdec0c4d3534adc0298f18355f55 (patch) | |
tree | a83405010b7c70aa8f16c7715cd2e39c95e03830 | |
parent | 0dc3219453dbf9faee4a959947ab91d5fa92ba2f (diff) |
Fix bug in makefile
-rw-r--r-- | mysql/native/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/native/makefile b/mysql/native/makefile index b3e616b..c7c3fea 100644 --- a/mysql/native/makefile +++ b/mysql/native/makefile @@ -55,7 +55,7 @@ $(test): $(driver) $(src_base)/test.std $(clean): \ $(driver).o.clean \ $(addsuffix .cxx.clean,$(cxx_obj)) \ - $(addsuffix .cxx.clean,$(cxx_od)) \ + $(addsuffix .cxx.clean,$(cxx_od)) $(call message,,rm -f $(out_base)/test.out) # Generated .gitignore. |