diff options
Diffstat (limited to 'mysql')
-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. |