From c3dd68dee304f0476b5dbe380a774b49f320392c Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Mon, 25 Mar 2013 18:25:08 +0100 Subject: [PATCH] Fix goskiplist Makefile.TRAVIS target name. --- Makefile.TRAVIS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.TRAVIS b/Makefile.TRAVIS index c8454f4f75..c47a8b47a4 100644 --- a/Makefile.TRAVIS +++ b/Makefile.TRAVIS @@ -133,9 +133,9 @@ levigo-stamp: leveldb go snappy source $(GO_GET) github.com/jmhodges/levigo touch $@ -skiplist: skiplist-stamp +goskiplist: goskiplist-stamp -skiplist-stamp: go source +goskiplist-stamp: go source $(GO_GET) github.com/ryszard/goskiplist/skiplist touch $@