From 9863de3a93e72daa4b2cf4b76e189622a8dc2de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Tue, 1 Dec 2015 20:32:32 +0000 Subject: [PATCH] Minor fix in Makefile --- deps/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deps/Makefile b/deps/Makefile index 98d131876..5b2886173 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -85,11 +85,12 @@ re2: re2/re2/obj/libre2.a cleanall: cd libdaemon && rm -rf libdaemon-0.14 cd jemalloc && rm -rf jemalloc-3.6.0 - cd mariadb-client-library && rm -rf mariadb_client-2.0.0-src + cd mariadb-client-library && rm -rf mariadb-connector-c-2.1.0-src cd libconfig && rm -rf libconfig-1.4.9 cd re2 && rm -rf re2 cd libinjection && ${MAKE} clean cd libevent && rm -rf libevent-2.0.22-stable + cd protobuf && rm -rf protobuf-2.6.1 # cd sqlite3 && rm -rf sqlite-amalgamation-3080403 .PHONY: cleanall