From 8bddcc4ff986fdec0c4d3534adc0298f18355f55 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Jan 2011 10:39:54 +0200 Subject: Fix bug in makefile --- mysql/native/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.1