1
0
Fork 0

Fix clean target for etcd.

This commit is contained in:
Max Neunhoeffer 2015-04-22 10:10:59 -07:00
parent 71061e0a32
commit ee36266663
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ endif
CLEANUP_3RD += clean-etcd
clean-etcd:
cd @top_srcdir@/3rdParty/etcd && ./clean
cd @top_srcdir@/3rdParty/etcd && go clean
rm -f @top_srcdir@/bin/etcd-arango
## -----------------------------------------------------------------------------